mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
fix: import meta of non custom report widgets (#3626)
This commit is contained in:
committed by
GitHub
parent
23de23bd4e
commit
3301cfa2fd
@@ -194,7 +194,7 @@ async function importDashboard({ filepath }: { filepath: string }) {
|
||||
y: widget.y,
|
||||
meta: isExportedCustomReportWidget(widget)
|
||||
? { id: widget.meta.id }
|
||||
: null,
|
||||
: widget.meta,
|
||||
}),
|
||||
),
|
||||
|
||||
|
||||
6
upcoming-release-notes/3626.md
Normal file
6
upcoming-release-notes/3626.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [UnderKoen]
|
||||
---
|
||||
|
||||
Fix importing of non custom reports widgets on the (experimental) reports page.
|
||||
Reference in New Issue
Block a user