Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 37da97d

Browse files
1 parent a6497af commit 37da97d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/dashboard/DashboardFilterLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ private HorizontalLayout createCustomDateFilterLayout() {
326326

327327
// Apply button listener
328328
applyButton.addClickListener(e -> {
329+
currentDateFilterType = DateFilterType.CUSTOM;
329330
applyButton.setEnabled(false);
330331
applyButton.removeStyleName(ValoTheme.BUTTON_PRIMARY);
331332
DateFilterOption dateFilterOption = (DateFilterOption) weekAndDateFilter.getDateFilterOptionFilter().getValue();

0 commit comments

Comments
 (0)