fix(front): type error

This commit is contained in:
upsiflu 2025-03-25 11:19:18 +01:00
parent 0da18700e6
commit b4b9ec7091
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const actions = computed(() => [
label: t('views.content.libraries.FilesTable.action.delete'),
isDangerous: true,
allowAll: true,
confirmColor: 'danger'
confirmColor: 'danger' as const
},
{
name: 'relaunch_import',