fix things

This commit is contained in:
Sirttas
2026-06-04 11:24:55 +02:00
parent af3b26a273
commit 57b9ec17de
+1 -1
View File
@@ -98,7 +98,7 @@ defineExpose({ open });
<span class="m-2">{{ title }}</span> <span class="m-2">{{ title }}</span>
<hr /> <hr />
<div class="mt-4"> <div class="mt-4">
<div class="flex justify-center"> <div v-if="!ledgerId" class="flex justify-center">
<div class="flex bg-slate-600 rounded-s-md p-1"> <div class="flex bg-slate-600 rounded-s-md p-1">
<button class="switch" :class="{active: type === LedgerTypes.Main}" @click="type = LedgerTypes.Main">Main</button> <button class="switch" :class="{active: type === LedgerTypes.Main}" @click="type = LedgerTypes.Main">Main</button>
</div> </div>