Fix fix
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s

This commit is contained in:
2026-06-12 00:23:38 +02:00
parent 8c49400b86
commit 2e533446e5
2 changed files with 3 additions and 3 deletions

View File

@@ -71,8 +71,8 @@ const palette = [
]
const colorMap = ref({})
const selectedColor = ref(palette[0])
const selectedColorId = ref(0)
const selectedColor = ref(null)
const selectedColorId = ref(null)
const { get, post } = useApi();
const { initSocket, onGridCellPaint, removeGridCellPaintListener } = useSocket();