Skip to content

Commit

Permalink
apply reivew changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Apr 15, 2024
1 parent 7bc30f3 commit fce0ad6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions client/web/compose/src/components/PageBlocks/Configurator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@
>
{{ $t('general.border.show') }}
</b-form-checkbox>
</b-form-group>

<b-form-checkbox
v-if="block.kind !== 'Tabs'"
:checked="block.meta.namespaceID"
:value="namespace.namespaceID"
switch
class="mb-2"
@change="updateGlobalState"
>
{{ $t('general.globalBlock.label') }}
</b-form-checkbox>
<b-form-checkbox
v-if="block.kind !== 'Tabs'"
:checked="block.meta.namespaceID"
:value="namespace.namespaceID"
switch
class="mb-2"
@change="updateGlobalState"
>
{{ $t('general.globalBlock.label') }}
</b-form-checkbox>
</b-form-group>
</b-col>

<b-col
Expand Down

0 comments on commit fce0ad6

Please sign in to comment.