dateFilterConfigValidationWarnings
Home > @gooddata/sdk-ui-dashboard > DateFilterConfigState > dateFilterConfigValidationWarnings
DateFilterConfigState.dateFilterConfigValidationWarnings property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Warnings result of the date filter validation if any.
Signature:
dateFilterConfigValidationWarnings?: DateFilterValidationResult[];
Remarks
When loading a date filter configuration, it can have some issues that we surface (e.g. having zero visible items). These are not blocking though, if any issue is encountered, the config falls back to something sane. The reason for storing this here is mainly for us to be able to show a warning when some issues are detected.