Remove duplicate button
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
@@ -71,8 +71,6 @@
|
|||||||
</template>
|
</template>
|
||||||
{{ t('deck', 'Archive board') }}
|
{{ t('deck', 'Archive board') }}
|
||||||
</NcActionButton>
|
</NcActionButton>
|
||||||
|
|
||||||
<NcActionButton v-if="!board.archived && board.acl.length === 0" :icon="board.settings['notify-due'] === 'off' ? 'icon-sound' : 'icon-sound-off'" @click="board.settings['notify-due'] === 'off' ? updateSetting('notify-due', 'all') : updateSetting('notify-due', 'off')" />
|
|
||||||
<NcActionButton v-if="canManage && !board.archived"
|
<NcActionButton v-if="canManage && !board.archived"
|
||||||
icon="icon-download"
|
icon="icon-download"
|
||||||
:close-after-click="true"
|
:close-after-click="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user