Skip to content

Commit

Permalink
Fix calling bad method name (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar authored Sep 7, 2023
1 parent 5e79e5d commit a4a8967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fohn-ui",
"version": "1.5.0",
"version": "1.5.1",
"description": "Javascript library for Fohn-Ui php framework.",
"main": "dist/fohn-ui.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/form.store.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useFormStoreFactory = (id) => {
setDataId(id) {
this.recordId = id;
if (this.valuesUrl) {
this.clearControlValues();
this.clearControlsValue();
this.fetchControlValues();
}
},
Expand Down

0 comments on commit a4a8967

Please sign in to comment.