#7896 - 24.36 Dev To Test #648

Merged
jsegarra merged 94 commits from 7896_devToTest_2436 into test 2024-08-27 10:33:02 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit aae881c24a - Show all commits

View File

@ -13,10 +13,9 @@ const { t } = useI18n();
search-data-key="AccountUsers"
:searchbar-props="{
url: 'VnUsers/preview',
redirect: !!customRouteRedirectName,
customRouteRedirectName,
label: t('account.search'),
info: t('account.searchInfo'),
searchUrl: 'table',
}"
/>
</template>

View File

@ -12,8 +12,6 @@ const { t } = useI18n();
search-data-key="AccountRoles"
:searchbar-props="{
url: 'VnRoles',
redirect: !!customRouteRedirectName,
customRouteRedirectName,
label: t('role.searchRoles'),
info: t('role.searchInfo'),
}"