From c3faddbb4c7c55b048abad507b9b43538df3fabb Mon Sep 17 00:00:00 2001 From: Nils Petter Fremming Date: Mon, 10 Jun 2024 19:02:09 +0200 Subject: [PATCH] Update VisibleState.ts --- .../src/architecture/base/domainObjectsHelpers/VisibleState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-components/src/architecture/base/domainObjectsHelpers/VisibleState.ts b/react-components/src/architecture/base/domainObjectsHelpers/VisibleState.ts index 7e9363ac38e..5d930c45c35 100644 --- a/react-components/src/architecture/base/domainObjectsHelpers/VisibleState.ts +++ b/react-components/src/architecture/base/domainObjectsHelpers/VisibleState.ts @@ -7,5 +7,5 @@ export enum VisibleState { Some, // Partly visible None, // None visible CanNotBeVisibleNow, // Can not be checked on, but it can be visible - Disabled // Visible disabled, none of the children can be visible + Disabled // Visible disabled, none of the children can be visible or no children }