Skip to content

Commit

Permalink
fix: add runtime_warning to the PrinterStateKlipperConfigWarning.type…
Browse files Browse the repository at this point in the history
… attribute

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Mar 8, 2024
1 parent aa6a39f commit 12b74b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/printer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export interface PrinterStateKlipperConfigWarning {
message: string
option: string
section: string
type: 'deprecated_value' | 'deprecated_option'
type: 'deprecated_value' | 'deprecated_option' | 'runtime_warning'
value: string
}

Expand Down

0 comments on commit 12b74b0

Please sign in to comment.