chore: release version v1.51.3

This commit is contained in:
Dmitry Popov
2025-02-19 17:48:13 +01:00
parent 1839834771
commit 6098d32bce
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ const INITIAL_DATA: MapData = {
userPermissions: {},
systemSignatures: {} as Record<string, SystemSignature[]>,
options: {} as Record<string, string | boolean>,
is_subscription_active: false,
isSubscriptionActive: false,
};
export interface MapContextProps {