We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d95080f + 8fc2448 commit 768058eCopy full SHA for 768058e
src/components/pages/forms-overview-page/forms-list/panel/FormsOverviewListPanel.tsx
@@ -31,8 +31,8 @@ const getFormDetailsDisplayOptions = (
31
};
32
33
const buildSubHeader = (
34
- taxonomy: FormDetailsListItemProps['taxonomy'],
35
- area: FormDetailsListItemProps['area'],
+ taxonomy: FormDetailsListItemProps['taxonomy'] = [],
+ area: FormDetailsListItemProps['area'] = [],
36
language: Language
37
) => {
38
const taxonomyTranslations = translator('taxonomies', language);
0 commit comments