fix: refs #7936 allow negative values
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-16 09:45:15 +01:00
parent 1f76d572ce
commit e335322d5f
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ const columns = computed(() => [
component: 'number',
autofocus: true,
required: true,
positive: false,
},
format: ({ amount }) => toCurrency(amount),
create: true,