Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Dec 19, 2023
1 parent 6c1246c commit 4f52755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-hrm-form/src/components/case/Case.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const isStandaloneITask = (task): task is StandaloneITask => {
return task && task.taskSid === 'standalone-task-sid';
};

export type OwnProps = {
type OwnProps = {
task: CustomITask | StandaloneITask;
handleClose?: () => void;
onNewCaseSaved?: (caseForm: CaseType) => Promise<void>;
Expand Down

0 comments on commit 4f52755

Please sign in to comment.