updated arrow method
This commit is contained in:
parent
64a07641c5
commit
9cbfe12b19
|
@ -82,7 +82,7 @@ export default class SaveEmailToSharePoint extends React.Component<ISaveEmailToS
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
public parseErr(msg:string){
|
public parseErr = (msg:string) => {
|
||||||
return JSON.parse(msg.substring(msg.indexOf('"message"')+10,msg.length-2)).value;
|
return JSON.parse(msg.substring(msg.indexOf('"message"')+10,msg.length-2)).value;
|
||||||
}
|
}
|
||||||
public OnSelectSite = (event: React.FormEvent<HTMLDivElement>, item: IDropdownOption) => {
|
public OnSelectSite = (event: React.FormEvent<HTMLDivElement>, item: IDropdownOption) => {
|
||||||
|
|
Loading…
Reference in New Issue