ui(admin): fix null value being passed to input

This commit is contained in:
Matthew Penner 2021-08-02 11:53:04 -06:00
parent 2b8565fd1a
commit 98cb7370f0
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ export interface Server {
disk: number;
io: number;
cpu: number;
threads: string;
threads: string | null;
}
featureLimits: {