Skip to content

Commit ff5f287

Browse files
committed
SOF-7010: fix made Material class ref
1 parent 85557f5 commit ff5f287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/providers/HubbardUContextProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class HubbardUContextProvider extends mix(JSONSchemaFormDataProvider).wit
9494
return {
9595
oneOf: elementList.map((elementWithLabel) => {
9696
const orbitals = this.getValenceOrbitals(
97-
this.material.Basis.stripLabelToGetElementSymbol(elementWithLabel),
97+
this.Material.Basis.stripLabelToGetElementSymbol(elementWithLabel),
9898
);
9999
return {
100100
properties: {

0 commit comments

Comments
 (0)