replace one more object type
Some checks failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Johann150 2022-07-21 21:17:39 +02:00
parent fef2d9173e
commit 150f373ebf
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -66,7 +66,7 @@ import FormRadios from './form/radios.vue';
import XModalWindow from '@/components/ui/modal-window.vue';
let dialog = $ref<InstanceType<typeof XModalWindow>>();
let values: object = $ref({});
let values: Record<string, any> = $ref({});
const props = defineProps<{
title: string,