We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35aa75 commit 7ecc539Copy full SHA for 7ecc539
src/features/components/minimzeDfa/MinimizedDfa.tsx
@@ -425,10 +425,7 @@ export const MinimizedDfa = (props: MinimizedDfaProps) => {
425
open,
426
setOpen,
427
title: "Transition Table",
428
- transitionTableProps: {
429
- rows: GetDrawerTransitionTableRows(dataContext.rows, ""),
430
- columns: GetDrawerTransitionTableColumns(dataContext.columns, []),
431
- },
+ transitionTableProps,
432
};
433
434
return (
0 commit comments