7863-devToTest_2434 #613

Merged
alexm merged 131 commits from 7863-devToTest_2434 into test 2024-08-13 06:58:13 +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;
});