Skip to content

Commit

Permalink
Update initParamsValidationRules.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou authored Jun 27, 2022
1 parent 896ab17 commit 7a39f0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clip/initParamsValidationRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export default {
type: "string",
optional: false,
},
SVG2:{
label:"SVG 2",
SVG1:{
label:"SVG 1",
type: "string",
optional: false,
},
Expand Down Expand Up @@ -95,4 +95,4 @@ export default {
type: "string",
optional: false,
}
};
};

0 comments on commit 7a39f0e

Please sign in to comment.