We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde8157 commit 4af2feaCopy full SHA for 4af2fea
src/Messaging/Common/ArtifactTypes.cs
@@ -18,7 +18,7 @@ namespace Monai.Deploy.Messaging.Common
18
{
19
public static class ArtifactTypes
20
21
- private static readonly Dictionary<ArtifactType, string> ListOfModularity = new()
+ public static readonly Dictionary<ArtifactType, string> ListOfModularity = new()
22
23
{ ArtifactType.Unset, "Unset" },
24
{ ArtifactType.Folder, "Folders" },
0 commit comments