7226-testToMaster_2416 #303

Merged
alexm merged 78 commits from 7226-testToMaster_2416 into master 2024-04-18 05:41:11 +00:00
1 changed files with 1 additions and 6 deletions
Showing only changes of commit 15d4b54dda - Show all commits

View File

@ -32,7 +32,7 @@ const invoiceInFormRef = ref();
const expensesRef = ref();
const newExpenseRef = ref();
const $props = defineProps({
defineProps({
actionIcon: {
type: String,
default: 'add',
@ -101,11 +101,6 @@ const columns = computed(() => [
field: (row) => row.foreignValue,
align: 'left',
},
{
get() {
return $props.actionIcon;
},
}
]);
const filter = {