From 03d1e287bcf47b0af0841a1d47a5fe54086b372d Mon Sep 17 00:00:00 2001 From: learner97 Date: Tue, 23 Jun 2026 16:33:32 -0600 Subject: [PATCH] added details table to module definition parts --- frontend/components/Viewing/PageJSON/Types/ModuleDefinition.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/Viewing/PageJSON/Types/ModuleDefinition.json b/frontend/components/Viewing/PageJSON/Types/ModuleDefinition.json index c0949998..58c6e398 100644 --- a/frontend/components/Viewing/PageJSON/Types/ModuleDefinition.json +++ b/frontend/components/Viewing/PageJSON/Types/ModuleDefinition.json @@ -229,6 +229,7 @@ } ], "pages": [ + "Details", "$TABLES[Modules]", "$TABLES[Functional Components]", "$TABLES[Interactions]",