Remove unnecessary div

This commit is contained in:
Matthias 2022-11-19 10:54:05 +01:00
parent 97dd99f4a1
commit 8b7874dba5

View File

@ -1,5 +1,4 @@
<template> <template>
<div>
<b-modal <b-modal
id="forceentry-modal" id="forceentry-modal"
ref="modal" ref="modal"
@ -96,7 +95,6 @@
</b-form-group> </b-form-group>
</form> </form>
</b-modal> </b-modal>
</div>
</template> </template>
<script lang="ts"> <script lang="ts">