Skip to content

Commit

Permalink
loading
Browse files Browse the repository at this point in the history
  • Loading branch information
varg1714 committed Apr 21, 2023
1 parent b3d4d0a commit 1bfa966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/toolbar/RegexRename.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const RegexRename = () => {
{t("global.back")}
</Button>
<Button
loading={loading()}
onClick={async () => {
const resp = await ok(pathname(), srcName(), newName())
handleRespWithNotifySuccess(resp, () => {
Expand Down

0 comments on commit 1bfa966

Please sign in to comment.