fix css
Deploy app frontend / app frontend (push) Successful in 1m49s

This commit is contained in:
2024-12-06 22:34:49 +02:00
parent a0aae19fb0
commit 92b4ee1cea
10 changed files with 31 additions and 29 deletions
+1
View File
@@ -69,6 +69,7 @@ const {
} = useMutation({
mutationKey: ['createQrCode'],
mutationFn: async () => {
throw new Error('wtf')
const qrCodeDocument = await createQrCodeDocument({
name: name.value,
placement: placement.value!,