File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
src/features/components/minimzeDfa Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,7 @@ import { MainContent } from "../../../common/MainContent";
3434import { CustomAppBar } from "../../../common/CustomAppBar" ;
3535import { CustomDrawer } from "../../../common/CustomDrawer" ;
3636import { CustomAppBarProps } from "../../../common/props/CustomAppBarProps" ;
37- import { CustomDrawerProps } from "../../../common/props/CustomDrawerProps" ;
38- import { GetDrawerTransitionTableColumns } from "../../../utils/GetDrawerTransitionTableColumns" ;
39- import { GetDrawerTransitionTableRows } from "../../../utils/GetDrawerTransitionTableRows" ;
37+ import { CustomDrawerProps } from "../../../common/props/CustomDrawerProps" ;
4038
4139const columnNames = PossibleTransitionValues . filter ( ( value ) => value !== "^" ) ;
4240let columnIndex = 0 ;
@@ -497,10 +495,7 @@ export const EquivalentStates = (props: EquivalentStatesProps) => {
497495 open,
498496 setOpen,
499497 title : "Transition Table" ,
500- transitionTableProps : {
501- rows : GetDrawerTransitionTableRows ( dataContext . rows , "" ) ,
502- columns : GetDrawerTransitionTableColumns ( dataContext . columns , [ ] ) ,
503- } ,
498+ transitionTableProps : transitionTableProps ,
504499 } ;
505500
506501 return (
You can’t perform that action at this time.
0 commit comments