Skip to content

Commit

Permalink
refactor: change 'close' to 'save' on button in ManageJob modal [DET-…
Browse files Browse the repository at this point in the history
…10446] (#9750)

Co-authored-by: Corban Beaird <corban.beaird@hpe.com>
  • Loading branch information
dannysauer and corban-beaird authored Jul 29, 2024
1 parent 0ce2ff1 commit bc721bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/react/src/pages/JobQueue/ManageJob.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const ManageJobModalComponent: React.FC<Props> = ({
submit={{
handleError: () => {},
handler: onOk,
text: 'Close',
text: 'Save',
}}
title={'Manage Job ' + truncate(job.jobId, 6, '')}
onClose={onFinish}>
Expand Down

0 comments on commit bc721bf

Please sign in to comment.