🐛 Fix the default filter

This commit is contained in:
M. Mert Yildiran 2022-12-29 08:08:16 +03:00
parent 81befbad5a
commit 5e0042413f
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -315,7 +315,7 @@ func (provider *Provider) BuildFrontPod(opts *PodOptions, hubHost string, hubPor
Env: []core.EnvVar{
{
Name: "REACT_APP_DEFAULT_FILTER",
Value: " ",
Value: "timestamp >= now()",
},
{
Name: "REACT_APP_HUB_HOST",