Skip to content

Commit

Permalink
Explicit Slice Names Required (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr authored Oct 31, 2024
1 parent 3a55caa commit b61d012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/zui/src/models/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class Snapshot extends ApplicationEntity<SnapshotAttrs> {
/* Configuration */
static schema = schema
static actionPrefix = "$snapshots"
static sliceName = "snapshots"

/* Attributes */
value: string
Expand Down

0 comments on commit b61d012

Please sign in to comment.