mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
♻️ Add compability for legacy config in config loader
This commit is contained in:
@@ -32,8 +32,6 @@ export const WidgetsEditModal = ({
|
||||
|
||||
if (!configName || !innerProps.options) return null;
|
||||
|
||||
console.log(`loaded namespace modules/${innerProps.widgetId}`);
|
||||
|
||||
const handleChange = (key: string, value: IntegrationOptionsValueType) => {
|
||||
setModuleProperties((prev) => {
|
||||
const copyOfPrev: any = { ...prev };
|
||||
|
||||
Reference in New Issue
Block a user