Skip to content

Commit

Permalink
loading state for pip install submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
6174 committed Feb 6, 2024
1 parent 2bf70af commit ef20b36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ function InstallPipActions() {
<Modal
title={"Install Pip Packages"}
okText="Install"
okButtonProps={{loading: processing, disabled: processing}}
onOk={handleValueSubmit}
onCancel={handleCancel}
open={visible}>
Expand Down

0 comments on commit ef20b36

Please sign in to comment.