fix: refs #7404 revert commit prevent production access #771

Merged
pablone merged 3 commits from 7404-remove-from-test into test 2024-09-30 05:18:36 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f005674db6 - Show all commits

View File

@ -18,6 +18,7 @@ const contactChannels = ref([]);
const title = ref();
const handleSalesModelValue = (val) => ({
or: [
{ id: val },
{ name: val },
{ nickname: { like: '%' + val + '%' } },
{ code: { like: `${val}%` } },