src/frontend/views/data/Update/index.tsx
Function EntityUpdate
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function EntityUpdate() {
const entityId = useEntityId();
const entity = useEntitySlug();
useDataUpdateActions({ entity, entityId });