Browse Source

refactor(gui): suggested changes

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4968/head
Pranav C 2 years ago
parent
commit
4c13e19b74
  1. 4
      packages/nc-gui/components/tabs/auth/user-management/UsersModal.vue

4
packages/nc-gui/components/tabs/auth/user-management/UsersModal.vue

@ -174,7 +174,7 @@ watch(
:closable="false" :closable="false"
width="max(50vw, 44rem)" width="max(50vw, 44rem)"
wrap-class-name="nc-modal-invite-user-and-share-base" 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-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"> <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" type="text"
class="!rounded-md mr-1 -mt-1.5" class="!rounded-md mr-1 -mt-1.5"
data-testid="invite-user-and-share-base-modal-close-btn" data-testid="invite-user-and-share-base-modal-close-btn"
@click="close()" @click="close"
> >
<template #icon> <template #icon>
<MaterialSymbolsCloseRounded class="flex mx-auto" /> <MaterialSymbolsCloseRounded class="flex mx-auto" />

Loading…
Cancel
Save