fix: lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-07-11 14:58:33 +02:00
parent a413b87199
commit 129b1dbeed
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const props = withDefaults(defineProps<{
defineEmits(['close', 'submit'])
const attrs = useAttrs();
const attrs = useAttrs()
const modal = ref<HTMLElement | null>(null)
const scrollLock = useScrollLock(modal)