|
|
@ -80,7 +80,7 @@ const isEaster = ref(false) |
|
|
|
<a-divider class="!m-0 !p-0 !my-2" /> |
|
|
|
<a-divider class="!m-0 !p-0 !my-2" /> |
|
|
|
|
|
|
|
|
|
|
|
<div class="text-xs p-2"> |
|
|
|
<div class="text-xs p-2"> |
|
|
|
<a-checkbox v-model:checked="options.includeData">{{ $t('labels.includeData') }}a</a-checkbox> |
|
|
|
<a-checkbox v-model:checked="options.includeData">{{ $t('labels.includeData') }}</a-checkbox> |
|
|
|
<a-checkbox v-model:checked="options.includeViews">{{ $t('labels.includeView') }}</a-checkbox> |
|
|
|
<a-checkbox v-model:checked="options.includeViews">{{ $t('labels.includeView') }}</a-checkbox> |
|
|
|
<a-checkbox v-show="isEaster" v-model:checked="options.includeHooks">{{ $t('labels.includeWebhook') }}</a-checkbox> |
|
|
|
<a-checkbox v-show="isEaster" v-model:checked="options.includeHooks">{{ $t('labels.includeWebhook') }}</a-checkbox> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|