mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix config bug for number 0 and also maybe conenction icon (#2098)
* fix config bug for number 0 and also maybe conenction icon * add max password length to confimation input
This commit is contained in:
@@ -1725,7 +1725,7 @@ export module Mock {
|
||||
],
|
||||
'union-list': undefined,
|
||||
'random-enum': 'option2',
|
||||
'favorite-number': null,
|
||||
'favorite-number': 0,
|
||||
rpcsettings: {
|
||||
laws: {
|
||||
law1: 'The first law Amended',
|
||||
|
||||
Reference in New Issue
Block a user