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.
2 parents adba915 + a2faedc commit fab4b09Copy full SHA for fab4b09
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