Made bias workspace id public

This commit is contained in:
Thorsten Sommer 2024-10-27 14:00:39 +01:00
parent 978a50eb3c
commit f49cff54cf
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -37,7 +37,7 @@ public partial class Workspaces : ComponentBase
private const Placement WORKSPACE_ITEM_TOOLTIP_PLACEMENT = Placement.Bottom;
private static readonly Guid WORKSPACE_ID_BIAS = Guid.Parse("82050a4e-ee92-43d7-8ee5-ab512f847e02");
public static readonly Guid WORKSPACE_ID_BIAS = Guid.Parse("82050a4e-ee92-43d7-8ee5-ab512f847e02");
private static readonly JsonSerializerOptions JSON_OPTIONS = new()
{
WriteIndented = true,