hotFix(workerDms): use undefined
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-04-18 08:12:11 +02:00
parent 180637fefc
commit 84dfd6d474
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ const columns = computed(() => [
downloadFile( downloadFile(
prop.row.id, prop.row.id,
$props.downloadModel, $props.downloadModel,
null, undefined,
prop.row.download prop.row.download
), ),
}, },