Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 712ec3f

Browse files
authored
NEOS-1786: fixes memoization of constraints in job mapping schema table (#3390)
1 parent b46821f commit 712ec3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/apps/web/components/jobs/SchemaTable/SchemaTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export function SchemaTable(props: Props): ReactElement {
171171
transformer: d.transformer,
172172
};
173173
});
174-
}, [data]);
174+
}, [data, constraintHandler]);
175175

176176
const virtualForeignKeyColumns = useMemo(() => {
177177
return getVirtualForeignKeysColumns({ removeVirtualForeignKey });

0 commit comments

Comments
 (0)