Fix - On deleting a category, full category list moves #12998
lint-changed.yml
on: pull_request
Changed files ESLint check
2m 28s
Annotations
7 errors
Changed files ESLint check:
src/pages/workspace/categories/CategorySettingsPage.tsx#L19
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/workspace/categories/CategorySettingsPage.tsx#L20
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/workspace/categories/CategorySettingsPage.tsx#L21
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/workspace/categories/CategorySettingsPage.tsx#L24
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/workspace/categories/CategorySettingsPage.tsx#L26
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/workspace/categories/CategorySettingsPage.tsx#L30
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
|
Changed files ESLint check
Process completed with exit code 1.
|