YARN-11312: [UI2] Refresh buttons don't work after EmberJS upgrade (#5654)

This commit is contained in:
susheel-gupta 2023-05-15 19:38:18 +05:30 committed by GitHub
parent 0f42c311b8
commit 5e8663d0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default Ember.Component.extend({
actions:{ actions:{
refresh: function () { refresh: function () {
this.get("targetObject").send("refresh"); this.get("_targetObject").send("refresh");
} }
} }