replace one more object type

This commit is contained in:
Johann150 2022-07-21 21:17:39 +02:00
parent fef2d9173e
commit 150f373ebf
Signed by untrusted user: 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,