mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
ui(admin): fix null value being passed to input
This commit is contained in:
@@ -21,7 +21,7 @@ export interface Server {
|
||||
disk: number;
|
||||
io: number;
|
||||
cpu: number;
|
||||
threads: string;
|
||||
threads: string | null;
|
||||
}
|
||||
|
||||
featureLimits: {
|
||||
|
||||
Reference in New Issue
Block a user