Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsvamsi1 committed Oct 17, 2024
1 parent 7307a7d commit ae14b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ const loadWidgetConfig = async () => {

cachedWidgetConfigs = widgetConfigs; // Cache the module for future use
} catch (e) {
log.error("Error loading SvgImportsMap", e);
log.error("Error loading WidgetConfig", e);
}
}

Expand Down

0 comments on commit ae14b3f

Please sign in to comment.