Skip to content

Commit 7ecc539

Browse files
committed
fixed bug in MinimizedDfa where transition table in left Drawer was not updating
1 parent c35aa75 commit 7ecc539

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/features/components/minimzeDfa/MinimizedDfa.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,7 @@ export const MinimizedDfa = (props: MinimizedDfaProps) => {
425425
open,
426426
setOpen,
427427
title: "Transition Table",
428-
transitionTableProps: {
429-
rows: GetDrawerTransitionTableRows(dataContext.rows, ""),
430-
columns: GetDrawerTransitionTableColumns(dataContext.columns, []),
431-
},
428+
transitionTableProps,
432429
};
433430

434431
return (

0 commit comments

Comments
 (0)