mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 02:06:56 +00:00
fix: some scroling issue
This commit is contained in:
@@ -3,7 +3,7 @@ import dayjs from 'dayjs'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const isAdminSidebar = inject<Ref<boolean>>('isAdminSidebar', ref(false))
|
||||
const isSettingsSidebar = inject<Ref<boolean>>('isSettingsSidebar', ref(false))
|
||||
|
||||
const newTokenInputRef = ref()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user