Skip to content

Commit

Permalink
Update dataverse_repository_curation_assistant_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jggautier committed Nov 6, 2022
1 parent 7ec47b0 commit 6a01621
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def show_task_frame(*args):
frameChooseTaskBG.config(background=appPrimaryRedColor)
frameChooseTask.config(background=appPrimaryRedColor)
labelChooseTask.config(background=appPrimaryRedColor)

elif dropdownOptionSelected.get() == 'Find and unlock datasets':
hide_choose_dataset_frames()
findAndUnlockDatasetsFrame.grid(sticky='w', row=4, padx=20, pady=0)
Expand Down

0 comments on commit 6a01621

Please sign in to comment.