utopia-ui 3.0.70 → 3.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs
CHANGED
@@ -1195,8 +1195,8 @@ const ForwardRef$e = /*#__PURE__*/ React__namespace.forwardRef(FunnelIcon);
|
|
1195
1195
|
function FilterControl() {
|
1196
1196
|
const [open, setOpen] = React.useState(false);
|
1197
1197
|
const groupTypes = [
|
1198
|
-
{ text: 'Regional Gruppe', value: '
|
1199
|
-
{ text: 'Themen Gruppe', value: '
|
1198
|
+
{ text: 'Regional Gruppe', value: 'Regional-Gruppe' },
|
1199
|
+
{ text: 'Themen Gruppe', value: 'Themen-Gruppe' },
|
1200
1200
|
{ text: 'liebevoll.jetzt', value: 'liebevoll.jetzt' },
|
1201
1201
|
];
|
1202
1202
|
React.useEffect(() => {
|