mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
Fix: Reset analytics state when switching between slugs
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</template>
|
||||
|
||||
<template x-if="editingSlug">
|
||||
<div x-data="editForm()" x-init="init()">
|
||||
<div :key="editingSlug" x-data="editForm()" x-init="init()">
|
||||
<button @click="editingSlug = null" class="text-slate-500 hover:text-slate-900 mb-4 flex items-center gap-1">
|
||||
<i data-lucide="arrow-left" class="w-4 h-4"></i> Back
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user