Retain components field in edit

This commit is contained in:
Kevin Wang
2020-07-23 21:39:55 -07:00
parent a0fdcfe2e3
commit ee57e9db12
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ func determineFieldOrder() []string {
"Generators",
"Transformers",
"Inventory",
"Components",
}
// Add deprecated fields here.

View File

@@ -39,6 +39,7 @@ func TestFieldOrder(t *testing.T) {
"Generators",
"Transformers",
"Inventory",
"Components",
}
actual := determineFieldOrder()
if len(expected) != len(actual) {