Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest ember-appuniversum v3.4.1 #1178

Merged
merged 13 commits into from
Mar 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove @value usage deprecated in AU v3
  • Loading branch information
piemonkey committed Mar 28, 2024
commit ecc0abfb4eaf3f28f91e7732dcbd015c2d24cf4f
2 changes: 1 addition & 1 deletion addon/components/_private/attribute-editor/index.hbs
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@
<AuTextarea
@width='block'
id={{id}}
@value={{get this.changeset key}}
value={{get this.changeset key}}
{{on 'change' (fn this.updateChangeset key)}}
/>
{{/if}}