mirror of
https://github.com/directus/directus.git
synced 2026-02-13 22:45:08 -05:00
remove console log
This commit is contained in:
@@ -41,8 +41,6 @@ export default defineComponent({
|
||||
return _selection.value
|
||||
},
|
||||
set(newSelection: string[]) {
|
||||
console.log("newSelect: ", newSelection);
|
||||
|
||||
if(newSelection.length === 0) {
|
||||
_selection.value = []
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user