mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 15:07:10 +02:00
fix: description
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user