Set REACT_APP_DEFAULT_FILTER to empty string

This commit is contained in:
M. Mert Yildiran
2023-01-22 04:27:05 +03:00
parent 90294e32c1
commit 4dd941f8d9

View File

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