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 ? (