Skip to content

Commit

Permalink
reusability check
Browse files Browse the repository at this point in the history
  • Loading branch information
abilpraju-aot committed Nov 6, 2024
1 parent 6e44541 commit 0ee9277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-web/src/components/Modeler/ProcessCreateEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import {
const EXPORT = "EXPORT";
const CategoryType = { FORM: "FORM", WORKFLOW: "WORKFLOW" };

const processCreateEdit = ({ type }) => {
const ProcessCreateEdit = ({ type }) => {
const { processKey, step } = useParams();
const isCreate = step === "create";
const isBPMN = type === "BPMN";
Expand Down Expand Up @@ -598,4 +598,4 @@ const processCreateEdit = ({ type }) => {
);
};

export default processCreateEdit;
export default ProcessCreateEdit;

0 comments on commit 0ee9277

Please sign in to comment.