Skip to content

Commit

Permalink
SOF-7298: more experiment with styles x2
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 21, 2024
1 parent ec396d2 commit 4832d18
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@ export class NonCollinearMagnetizationContextProvider extends mix(JSONSchemaForm
},
isConstrainedMagnetization: {},
constrainedMagnetization: {
props: {
constrainType: this.defaultFieldStyles,
lambda: this.defaultFieldStyles,
},
constrainType: this.defaultFieldStyles,
lambda: this.defaultFieldStyles,
"ui:readonly": !this.isConstrainedMagnetization,
},
};
Expand Down

0 comments on commit 4832d18

Please sign in to comment.