Merged in hotfix/2025-09-17 (pull request #2571)
IO-3373 Dashboard Component Infinite Recursion
This commit is contained in:
@@ -80,7 +80,7 @@ export function DashboardGridComponent({ currentUser, bodyshop }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleAddComponent = (e) => {
|
const handleAddComponent = (e) => {
|
||||||
logImEXEvent("dashboard_add_component", { name: e });
|
logImEXEvent("dashboard_add_component", { name: e.key });
|
||||||
setState({
|
setState({
|
||||||
...state,
|
...state,
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user