fix missing a end tag

This commit is contained in:
Andras Bacsai 2024-01-11 18:54:55 +01:00
parent 3137131a1a
commit 9db6c12eea

View File

@ -25,7 +25,7 @@
@click.prevent="activeTab = 'danger';
window.location.hash = 'danger'"
href="#">Danger Zone
</a>
@if (
$serviceDatabase?->databaseType() === 'standalone-mysql' ||
$serviceDatabase?->databaseType() === 'standalone-postgresql' ||
@ -78,5 +78,5 @@
</div>
@endisset
</div>
</div>
</div>
</div>