Skip to content

Commit

Permalink
NTR: PISHPS-242: do not call save twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Feb 15, 2024
1 parent 1c582fa commit 70b6846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ Component.override('sw-order-detail-base', {
},
},

/**
*
*/
created() {
this.createdComponent();
},


methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ Component.override('sw-order-detail-general', {
},


/**
*
*/
created() {
this.createdComponent();
},

methods: {

Expand Down

0 comments on commit 70b6846

Please sign in to comment.