Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
be4834d7d7
commit
a4cf7b04ae
@@ -386,6 +386,7 @@ export function CollectionDetail({
|
||||
const [entries, setEntries] = useState<any[]>([]);
|
||||
const [loading, setLoading] = useState(true);
|
||||
const [importOpen, setImportOpen] = useState(false);
|
||||
const [saving, setSaving] = useState(false);
|
||||
|
||||
// Editable header fields
|
||||
const [ledgerName, setLedgerName] = useState(collection.name ?? "");
|
||||
|
||||
Reference in New Issue
Block a user