fix: solve conflicts from test to dev #780

Merged
alexm merged 34 commits from fixConflicts_testToDev into dev 2024-10-01 09:47:05 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bbf3b6d4b7 - 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}%` } },