diff options
Diffstat (limited to 'frontend/src/store.ts')
| -rw-r--r-- | frontend/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/store.ts b/frontend/src/store.ts index 083b2e47..7692a711 100644 --- a/frontend/src/store.ts +++ b/frontend/src/store.ts @@ -45,7 +45,7 @@ export interface Motd { name: string; description: string; date: string; - severity: "High" | "Medium" | "Low"; + severity: 'High' | 'Medium' | 'Low'; } // name: version |
