fix(front): type error
This commit is contained in:
parent
0da18700e6
commit
b4b9ec7091
|
@ -82,7 +82,7 @@ const actions = computed(() => [
|
||||||
label: t('views.content.libraries.FilesTable.action.delete'),
|
label: t('views.content.libraries.FilesTable.action.delete'),
|
||||||
isDangerous: true,
|
isDangerous: true,
|
||||||
allowAll: true,
|
allowAll: true,
|
||||||
confirmColor: 'danger'
|
confirmColor: 'danger' as const
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'relaunch_import',
|
name: 'relaunch_import',
|
||||||
|
|
Loading…
Reference in New Issue