Skip to content

Commit

Permalink
Use the correct draft state value for updating state
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 7, 2023
1 parent c6e6d31 commit 46369fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/studio/tabs/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const ConfigPage = observer(function ConfigPage() {
<Button
className={styles.button}
label={
state.draftTokenTime.updating ? "Updating" : "Update"
state.draftAllowedRedirectUrls.updating ? "Updating" : "Update"
}
disabled={!!state.draftAllowedRedirectUrls.error}
loading={state.draftAllowedRedirectUrls.updating}
Expand Down

0 comments on commit 46369fe

Please sign in to comment.