| commit | 4037078c897d124b7e5209504e0e49493f534113 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon May 19 11:04:52 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Mon May 19 11:11:04 2025 +0000 |
| tree | 225aad787f8fd35dbcc24a6c489d3e87a9bccf50 | |
| parent | 6223714336ad69a661483a2cdf0acd1585ea5fcf [diff] [blame] |
Canvas: Do not render input on config tab Change-Id: I5ebe939457610546ae59894958dbac153fcefcdf
diff --git a/apps/canvas/front/eslint.config.js b/apps/canvas/front/eslint.config.js index b4af048..53e1e9b 100644 --- a/apps/canvas/front/eslint.config.js +++ b/apps/canvas/front/eslint.config.js
@@ -23,6 +23,7 @@ }, rules: { ...reactHooks.configs.recommended.rules, + "react-hooks/exhaustive-deps": "error", "react-refresh/only-export-components": ["warn", { allowConstantExport: true }], "@typescript-eslint/no-unused-vars": [ "error",