Skip to content

Commit

Permalink
Fix sba-toggle-scope-button binding (#2005)
Browse files Browse the repository at this point in the history
Nice find, again, thank you!
  • Loading branch information
oespino committed Mar 26, 2022
1 parent 918e030 commit d7eea51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
<div class="field-body">
<sba-toggle-scope-button v-if="instanceCount > 1"
:instance-count="instanceCount"
@changeScope="setScope"
v-model="currentScope"
/>
<div class="field has-icons-left">
<sba-confirm-button class="button is-light"
Expand Down

0 comments on commit d7eea51

Please sign in to comment.