ui(admin): fix null value being passed to input
This commit is contained in:
parent
2b8565fd1a
commit
98cb7370f0
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ export interface Server {
|
|||
disk: number;
|
||||
io: number;
|
||||
cpu: number;
|
||||
threads: string;
|
||||
threads: string | null;
|
||||
}
|
||||
|
||||
featureLimits: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue