diff --git a/packages/nc-gui-v2/components/tabs/auth/user-management/FeedbackForm.vue b/packages/nc-gui-v2/components/tabs/auth/user-management/FeedbackForm.vue index a95b587e1d..57be11a5f0 100644 --- a/packages/nc-gui-v2/components/tabs/auth/user-management/FeedbackForm.vue +++ b/packages/nc-gui-v2/components/tabs/auth/user-management/FeedbackForm.vue @@ -3,7 +3,7 @@ import CloseIcon from '~icons/material-symbols/close-rounded' const { feedbackForm } = useGlobal() const showForm = ref(false) -setTimeout(() => (showForm.value = true), 6000) +setTimeout(() => (showForm.value = true), 60000)