From 482b20c1fd549436cb75680c87e82b5dbcb9bc05 Mon Sep 17 00:00:00 2001 From: mvvasilev Date: Thu, 4 Jan 2024 22:11:34 +0200 Subject: [PATCH] Fix readme --- README.md | 2 +- frontend/src/components/widgets/WidgetEditModal.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f073917..ea6e887 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ uses the awesome [Authentik](https://github.com/goauthentik/authentik) project. /* TODO */ ### Network Architecture / Topology -![./readme/finances_architecture.png](finances_architecture.png) \ No newline at end of file +![finances_architecture.png](.readme/finances_architecture.png) \ No newline at end of file diff --git a/frontend/src/components/widgets/WidgetEditModal.jsx b/frontend/src/components/widgets/WidgetEditModal.jsx index b3a297b..5724677 100644 --- a/frontend/src/components/widgets/WidgetEditModal.jsx +++ b/frontend/src/components/widgets/WidgetEditModal.jsx @@ -228,7 +228,7 @@ export default function WidgetEditModal( { - widget.isFromDateStatic ? ( + widgetParams(PARAMS.IS_FROM_DATE_STATIC, val => val.booleanValue = false)?.booleanValue ?? false ? (