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

This commit is contained in:
susheel-gupta 2023-05-12 17:50:26 +05:30 committed by GitHub
parent 905bfa84a8
commit 0f3406ac34
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:{
refresh: function () {
this.get("targetObject").send("refresh");
this.get("_targetObject").send("refresh");
}
}