Added infocard to location widget

This commit is contained in:
Tagaishi
2023-08-03 15:14:26 +02:00
parent 34ea8c0661
commit d851f3bb21
2 changed files with 9 additions and 2 deletions

View File

@@ -237,6 +237,7 @@ const WidgetOptionTypeSwitch: FC<{
value={value}
handleChange={handleChange}
widgetId={widgetId}
info={info}
/>
);