mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:06:45 +00:00
fix(nc-gui): disable when the page is index
This commit is contained in:
@@ -11,6 +11,7 @@ const isShareBaseAllowed = computed(
|
||||
() =>
|
||||
isUIAllowed('newUser') &&
|
||||
route.name !== 'index' &&
|
||||
route.name !== 'index-index' &&
|
||||
route.name !== 'index-index-create' &&
|
||||
route.name !== 'index-index-create-external' &&
|
||||
route.name !== 'index-user-index',
|
||||
|
||||
Reference in New Issue
Block a user