Skip to content

Commit

Permalink
SOF-7315: set maxItems in starting_magnetization array
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Mar 29, 2024
1 parent e3d20cb commit a588d90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export class CollinearMagnetizationContextProvider extends mix(JSONSchemaFormDat
properties: {
starting_magnetization: {
type: "array",
maxItems: this.uniqueElementsWithLabels.length,
items: {
type: "object",
properties: {
Expand Down

0 comments on commit a588d90

Please sign in to comment.