src/frontend/views/entity/Actions/index.tsx
Function EntityFormActionsSettings
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function EntityFormActionsSettings() {
const entity = useEntitySlug();
const domainMessages = useDomainMessages(
LANG_DOMAINS.INTEGRATIONS.FORM_ACTIONS
);