fix: description

This commit is contained in:
Alejandro Gómez
2025-12-21 14:01:18 +01:00
parent f272f935a3
commit 6d89a9d342

View File

@@ -125,9 +125,11 @@ export function SpellbookDropdown() {
.first();
// Open dialog with existing spellbook data
// Prefer local description if available, fall back to active spellbook
setDialogSpellbook({
slug: activeSpellbook.slug,
title: activeSpellbook.title,
description: local?.description || activeSpellbook.description,
workspaceIds: Object.keys(state.workspaces),
localId: local?.id,
pubkey: activeSpellbook.pubkey,