Skip to content

Commit

Permalink
Emit event when scopes changes (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
oespino committed Mar 26, 2022
1 parent a307b36 commit 918e030
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@
<div class="control">
<sba-toggle-scope-button v-if="instanceCount > 1"
v-model="scope"
@changeScope="$emit('changeScope', $event)"
:instance-count="instanceCount"
/>
</div>
Expand Down

0 comments on commit 918e030

Please sign in to comment.