fix: remove extra component for NcAction entries

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-05-12 14:52:39 +02:00
parent 1110a4f125
commit 03d2bd945c
11 changed files with 2646 additions and 3847 deletions

View File

@@ -5,13 +5,13 @@
<template>
<NcDialog :name="t('deck', 'Export {boardTitle}', {boardTitle: boardTitle})" @update:open="close">
<div class="modal__content">
<NcCheckboxRadioSwitch :checked.sync="exportFormat"
<NcCheckboxRadioSwitch v-model="exportFormat"
value="json"
type="radio"
name="board_export_format">
{{ t('deck', 'Export as JSON') }}
</NcCheckboxRadioSwitch>
<NcCheckboxRadioSwitch :checked.sync="exportFormat"
<NcCheckboxRadioSwitch v-model="exportFormat"
value="csv"
type="radio"
name="board_export_format">