fix: cases types
This commit is contained in:
parent
61b5f3f0d3
commit
1b76af3579
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export const zCasesConfig = z.strictObject({
|
|||
show_relative_times: z.boolean(),
|
||||
relative_time_cutoff: zDelayString.default("1w"),
|
||||
case_colors: z.record(z.enum(caseKeys), zColor).nullable(),
|
||||
case_icons: z.record(z.enum(caseKeys), zBoundedCharacters(0, 32)).nullable(),
|
||||
case_icons: z.record(z.enum(caseKeys), zBoundedCharacters(0, 100)).nullable(),
|
||||
});
|
||||
|
||||
export interface CasesPluginType extends BasePluginType {
|
||||
|
|
Loading…
Add table
Reference in a new issue