#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 28e50512ba - Show all commits

View File

@ -157,7 +157,6 @@ const col = computed(() => {
newColumn.component = 'checkbox';
if ($props.default && !newColumn.component) newColumn.component = $props.default;
if ($props.componentProp == 'columnCreate') console.log('newColumn: ', newColumn);
return newColumn;
});