Skip to content

Commit

Permalink
Update external-modal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Mar 9, 2020
1 parent 85ea416 commit 2aae5a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/resources/assets/js/components/utils/external-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ export default {
}
}
},
mounted() {
created() {
EventHub.fire('external_modal_resrtict', this.restrict)
},
mounted() {
if (this.old) {
this.updateParent(this.old)
}
Expand Down

0 comments on commit 2aae5a4

Please sign in to comment.