chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2026-03-28 07:09:12 +00:00
parent 7c61ad7a61
commit 863a3a5233
8 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import { IntegrationsType, integrationCategoryNeedDefault } from 'nocodb-sdk'
import type { IntegrationType, UserType, WorkspaceUserType } from 'nocodb-sdk'
import dayjs from 'dayjs'
const props = withDefaults(
withDefaults(
defineProps<{
showTitle?: boolean
}>(),