From b61d0125930cae1a2bee0c200c40f34b182c1fee Mon Sep 17 00:00:00 2001 From: James Kerr Date: Thu, 31 Oct 2024 15:43:58 -0700 Subject: [PATCH] Explicit Slice Names Required (#3163) --- apps/zui/src/models/snapshot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/zui/src/models/snapshot.ts b/apps/zui/src/models/snapshot.ts index 992bdf100..7d3045e11 100644 --- a/apps/zui/src/models/snapshot.ts +++ b/apps/zui/src/models/snapshot.ts @@ -26,6 +26,7 @@ export class Snapshot extends ApplicationEntity { /* Configuration */ static schema = schema static actionPrefix = "$snapshots" + static sliceName = "snapshots" /* Attributes */ value: string