#7897 - masterTest_24_36 #669

Merged
jsegarra merged 115 commits from 7897_masterTest_24_36 into master 2024-09-03 06:37:49 +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'),
}"