IO-3373 Dashboard Component Infinite Recursion

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2025-09-17 13:59:20 -07:00
parent ddd3b3d056
commit ac6856b136

View File

@@ -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: [