diff --git a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart index 889b232a..7f5c6b74 100644 --- a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart +++ b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart @@ -11,9 +11,9 @@ class MIHWindow extends StatefulWidget { super.key, required this.fullscreen, required this.windowTitle, - required this.windowBody, required this.windowTools, required this.onWindowTapClose, + required this.windowBody, }); @override