forked from noxious/client
#78 : Fixed chipsInput component
This commit is contained in:
@ -38,7 +38,7 @@ const zoneEditorStore = useZoneEditorStore()
|
||||
const selectedTile = computed(() => assetManagerStore.selectedTile)
|
||||
|
||||
const tileName = ref('')
|
||||
const tileTags = ref()
|
||||
const tileTags = ref<string[]>([])
|
||||
|
||||
if (!selectedTile.value) {
|
||||
console.error('No tile selected')
|
||||
|
Reference in New Issue
Block a user