Skip to content

Commit

Permalink
rectified design bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
devilkiller-ag committed Dec 10, 2023
1 parent 64e44b6 commit fd9af32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const GeneratedModelsComponent: React.FC<GeneratedModelsComponentProps> = ({
useEffect(() => {
const modelsToRender = renderModels(updatedSelectedModel);
setRenderModels(modelsToRender);
}, [updatedSelectedModel]);
}, [updatedSelectedModel, showGeneratorCode]);

if (showAllInOneFile === true) {
return (
Expand Down

0 comments on commit fd9af32

Please sign in to comment.