Fix tauri event listener hook

This commit is contained in:
Gregory Schier
2025-01-04 07:01:31 -08:00
parent 36cecb2d29
commit 592c1228f1
12 changed files with 30 additions and 105 deletions

View File

@@ -87,9 +87,9 @@ export function Dialog({
)}
{description ? (
<p className="px-6 text-text-subtle" id={descriptionId}>
<div className="px-6 text-text-subtle" id={descriptionId}>
{description}
</p>
</div>
) : (
<span />
)}