diff --git a/.gitignore b/.gitignore index e427ff3..d0eb167 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ node_modules/ */node_modules/ */build/ + +**/node_modules/ +**/build/ +.DS_Store +.env \ No newline at end of file diff --git a/frontend/json/runtimeError.json b/frontend/json/runtimeError.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/frontend/json/runtimeError.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/frontend/src/menuAside.ts b/frontend/src/menuAside.ts index 6fe564d..7561264 100644 --- a/frontend/src/menuAside.ts +++ b/frontend/src/menuAside.ts @@ -35,7 +35,7 @@ const menuAside: MenuAsideItem[] = [ { href: '/contacts/contacts-list', label: 'Contacts', - // eslint-disable-next-line @typescript-eslint/ban-ts-comment +label: 'Clients', // @ts-ignore icon: icon.mdiContactMail ? icon.mdiContactMail : icon.mdiTable, permissions: 'READ_CONTACTS',