chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2026-01-22 10:31:54 +00:00
parent eb8debad43
commit b980d95e42
16 changed files with 779 additions and 480 deletions

View File

@@ -225,7 +225,6 @@ export const openContactSalesEmail = (email: string = 'support@nocodb.com') => {
a.click()
}
export const getValidSlotName = (name: string, prefix?: string, suffix?: string): string => {
let slotName = name.replace(/\./g, '__')