mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:16:41 +00:00
refactor(gui): suggested changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -174,7 +174,7 @@ watch(
|
||||
:closable="false"
|
||||
width="max(50vw, 44rem)"
|
||||
wrap-class-name="nc-modal-invite-user-and-share-base"
|
||||
@cancel="close()"
|
||||
@cancel="close"
|
||||
>
|
||||
<div class="flex flex-col" data-testid="invite-user-and-share-base-modal">
|
||||
<div class="flex flex-row justify-between items-center pb-1.5 mb-2 border-b-1 w-full">
|
||||
@@ -184,7 +184,7 @@ watch(
|
||||
type="text"
|
||||
class="!rounded-md mr-1 -mt-1.5"
|
||||
data-testid="invite-user-and-share-base-modal-close-btn"
|
||||
@click="close()"
|
||||
@click="close"
|
||||
>
|
||||
<template #icon>
|
||||
<MaterialSymbolsCloseRounded class="flex mx-auto" />
|
||||
|
||||
Reference in New Issue
Block a user