Skip to content

Commit

Permalink
SCRUM-2744 Changed mod default button name and Added XBStaff
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunReddy1111 committed Feb 6, 2024
1 parent 059dd6d commit df331f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const NewAnnotationForm = ({
</SplitterPanel>
<SplitterPanel size={10} style={{textAlign: 'right', padding: '5px'}}>
<ConfirmButton
buttonText="Set MOD Defaults"
buttonText="Set to MOD Defaults"
messageText= {`Are you sure? This will reset to MOD default settings.`}
acceptHandler={setToModDefault}
/>
Expand Down
7 changes: 7 additions & 0 deletions src/main/cliapp/src/service/TableStateService.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ const modTableSettings = {
tableSettingsKeyName: "DiseaseAnnotationsTableSettings"
}
},
XBStaff: {
DiseaseAnnotations: {
selectedFormFields: [
"Experimental Conditions"
]
}
},
MGIStaff: {
DiseaseAnnotations: {
page: 0,
Expand Down

0 comments on commit df331f6

Please sign in to comment.