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.esm.js CHANGED
@@ -1175,8 +1175,8 @@ const ForwardRef$e = /*#__PURE__*/ React.forwardRef(FunnelIcon);
1175
1175
  function FilterControl() {
1176
1176
  const [open, setOpen] = useState(false);
1177
1177
  const groupTypes = [
1178
- { text: 'Regional Gruppe', value: 'wuerdekompass' },
1179
- { text: 'Themen Gruppe', value: 'themenkompass' },
1178
+ { text: 'Regional Gruppe', value: 'Regional-Gruppe' },
1179
+ { text: 'Themen Gruppe', value: 'Themen-Gruppe' },
1180
1180
  { text: 'liebevoll.jetzt', value: 'liebevoll.jetzt' },
1181
1181
  ];
1182
1182
  useEffect(() => {