We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7b49f commit 9f3b89cCopy full SHA for 9f3b89c
src/app/components/MultiRadioSelect/index.tsx
@@ -156,7 +156,9 @@ export function MultiRadioSelect(props: MultiRadioSelectProps) {
156
let vv: any = null;
157
if (
158
current_map['aggregation_period'] === 'annual' &&
159
- row.key === 'reference_period'
+ (row.key === 'reference_period' ||
160
+ row.key === 'decade' ||
161
+ row.key === 'time_window')
162
) {
163
continue;
164
}
0 commit comments