fix: refs #7936 allow negative values #1226

Merged
jorgep merged 3 commits from 7936-hotfix-allowNegative into master 2025-01-16 11:37:56 +00:00
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,