#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit a317006cc4 - Show all commits

View File

@ -132,11 +132,10 @@ const STATE_COLOR = {
:array-data-props="{ :array-data-props="{
url: 'Claims/filter', url: 'Claims/filter',
order: ['cs.priority ASC', 'created ASC'], order: ['cs.priority ASC', 'created ASC'],
exprBuilder,
}" }"
> >
<template #rightMenu> <template #rightMenu>
<ClaimFilter data-key="ClaimList" /> <ClaimFilter data-key="ClaimList" ref="claimFilterRef" />
</template> </template>
<template #body> <template #body>
<VnTable <VnTable