mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 12:56:48 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -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, '__')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user