#6943 - customer_migration_subsection #570

Merged
alexm merged 5 commits from 6943-customer_migration_subsection into dev 2024-07-30 12:02:32 +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;
});