mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:26:59 +00:00
fix(gui): add fallback for copy to clipboard
re #3598 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
projectRoleTagColors,
|
||||
projectRoles,
|
||||
ref,
|
||||
useClipboard,
|
||||
useCopy,
|
||||
useDashboard,
|
||||
useI18n,
|
||||
useNuxtApp,
|
||||
@@ -37,7 +37,7 @@ const { t } = useI18n()
|
||||
|
||||
const { project } = useProject()
|
||||
const { $api, $e } = useNuxtApp()
|
||||
const { copy } = useClipboard()
|
||||
const { copy } = useCopy()
|
||||
const { dashboardUrl } = $(useDashboard())
|
||||
|
||||
const usersData = $ref<Users>({ emails: undefined, role: ProjectRole.Viewer, invitationToken: undefined })
|
||||
|
||||
Reference in New Issue
Block a user