Skip to content

Commit

Permalink
fix bug from previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 6, 2023
1 parent 5b9c371 commit 93a91cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/src/vue-components/inline-edit.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
method: 'POST',
onComplete: function (r, e) {
if (r.hasValidationError) {
that.clearError();
that.hasError = true;
} else {
that.lastValueValid = that.value;
}
Expand Down
2 changes: 1 addition & 1 deletion public/js/atk-vue-inline-edit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/atk-vue-inline-edit.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/atk-vue-inline-edit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 93a91cb

Please sign in to comment.