(fix:locales) sync conversation

This commit is contained in:
ManishMadan2882
2025-01-07 20:28:59 +05:30
parent fa108126bb
commit d1981967b2
5 changed files with 75 additions and 17 deletions

View File

@@ -91,8 +91,8 @@ export default function Settings() {
case 'Widgets':
return (
<Widgets
widgetScreenshot={widgetScreenshot} // Add this line
onWidgetScreenshotChange={updateWidgetScreenshot} // Add this line
widgetScreenshot={widgetScreenshot}
onWidgetScreenshotChange={updateWidgetScreenshot}
/>
);
case t('settings.apiKeys.label'):