mirror of
https://github.com/mvvasilev/personal-finances.git
synced 2025-04-19 14:19:52 +03:00
Fix readme
This commit is contained in:
parent
d60dfdb72c
commit
482b20c1fd
2 changed files with 2 additions and 2 deletions
|
@ -82,4 +82,4 @@ uses the awesome [Authentik](https://github.com/goauthentik/authentik) project.
|
|||
/* TODO */
|
||||
|
||||
### Network Architecture / Topology
|
||||

|
||||

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