Skip to content

Commit

Permalink
Fix loading of saved data
Browse files Browse the repository at this point in the history
  • Loading branch information
martyf committed Jun 14, 2023
1 parent a581f3f commit f0f3a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/iconamic.js

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

2 changes: 1 addition & 1 deletion resources/js/fieldtypes/iconamic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:searchable="true"
:multiple="false"
:close-on-select="true"
:value="selectedOption"
:value="this.value"
:create-option="(value) => ({ value, label: value })"
@input="vueSelectUpdated"
@search:focus="$emit('focus')"
Expand Down

0 comments on commit f0f3a95

Please sign in to comment.