Skip to content

Commit

Permalink
Re-enable button after failure
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Feb 2, 2023
1 parent 43aaf15 commit 09745b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const IngestPipelineModal = ({
navigateToDashboard();
} catch (e) {
setError(e.body?.error || e.message);
setInstalling(false);
}
}}
>
Expand Down

0 comments on commit 09745b2

Please sign in to comment.