fix(ui): update eslint

This commit is contained in:
Lukasz Mierzwa
2026-03-09 12:12:13 +00:00
committed by Łukasz Mierzwa
parent 3b74969b3c
commit 638531901a
83 changed files with 1307 additions and 3090 deletions

View File

@@ -24,9 +24,9 @@ afterEach(() => {
const renderConfiguration = () => {
return render(
<ThemeContext.Provider value={MockThemeContext}>
<ThemeContext value={MockThemeContext}>
<MultiGridConfiguration settingsStore={settingsStore} />
</ThemeContext.Provider>,
</ThemeContext>,
);
};