Fix readme

This commit is contained in:
Miroslav Vasilev 2024-01-04 22:11:34 +02:00
parent d60dfdb72c
commit 482b20c1fd
2 changed files with 2 additions and 2 deletions

View file

@ -82,4 +82,4 @@ uses the awesome [Authentik](https://github.com/goauthentik/authentik) project.
/* TODO */ /* TODO */
### Network Architecture / Topology ### Network Architecture / Topology
![./readme/finances_architecture.png](finances_architecture.png) ![finances_architecture.png](.readme/finances_architecture.png)

View file

@ -228,7 +228,7 @@ export default function WidgetEditModal(
</Grid> </Grid>
<Grid xs={8} lg={8}> <Grid xs={8} lg={8}>
{ {
widget.isFromDateStatic ? ( widgetParams(PARAMS.IS_FROM_DATE_STATIC, val => val.booleanValue = false)?.booleanValue ?? false ? (
<DatePicker <DatePicker
sx={{ width: "100%", height: "100%" }} sx={{ width: "100%", height: "100%" }}
label="From" label="From"