Auto stash before rebase of "dev" onto "origin/dev"

This commit is contained in:
Jens Cornelsen
2025-04-22 12:45:31 +02:00
parent 414727fdc1
commit e35378ced8
3 changed files with 23 additions and 23 deletions

View File

@@ -47,12 +47,12 @@
<div class="flex flex-col gap-2 mt-0 md:mt-8 px-0">
<a class="button-tab" href="/dashboard">
<!-- <a class="button-tab" href="/dashboard">
<Reader width={22} height={22} />
Ausweise
</a>
</a> -->
<div class="flex flex-row gap-2">
<div class="flex flex-row gap-2 mb-4">
<input type="text" bind:value={id} placeholder="ID">
<button class="button" on:click={() => {
window.location.href = `/dashboard/objekte/${id}`