fix: use correct closing quote
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-08-01 00:08:56 +02:00
parent ec4fe55acf
commit c9f41f737d
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -30,7 +30,7 @@ import { i18n } from '@/i18n';
const emit = defineEmits<{
(ev: 'toggle', v: boolean): void;
(ev: 'remove"): void;
(ev: 'remove'): void;
}>();
const props = withDefaults(defineProps<{