mirror of
https://github.com/meshtastic/web.git
synced 2026-03-13 11:27:33 -04:00
fix saving primary channel
This commit is contained in:
@@ -14,7 +14,7 @@ export class ChannelSettingsValidation
|
||||
@IsNumber()
|
||||
channelNum: number;
|
||||
|
||||
@Length(1, 11)
|
||||
@Length(0, 11)
|
||||
name: string;
|
||||
|
||||
@IsInt()
|
||||
|
||||
Reference in New Issue
Block a user