Skip to content

Commit

Permalink
refactor: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux committed Oct 26, 2023
1 parent 052f747 commit 5028798
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/policy-studio/gv-design/gv-design.js
Original file line number Diff line number Diff line change
Expand Up @@ -1297,9 +1297,6 @@ export class GvDesign extends KeyboardElement(LitElement) {

saved() {
if (this.isDirty) {
this._initialDefinition = deepClone(this._definitionSaved);
this._definition = deepClone(this._definitionSaved);
this._definitionSaved = null;
this.isDirty = false;
this._checkCurrentFlowStep();
this.definedPlans.forEach((plan) => {
Expand Down

0 comments on commit 5028798

Please sign in to comment.