Skip to content

Commit

Permalink
Fix [Feature store] overlay error pop up is not displayed upon 403 fo…
Browse files Browse the repository at this point in the history
…r "Save and Ingest" (#2558)
  • Loading branch information
Taras-Hlukhovetskyi committed Jul 1, 2024
1 parent b5a3656 commit f8b7c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/featureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ const featureStoreActions = {
? 'You do not have permission to create a new feature set.'
: error.message

showErrorNotification(dispatch, error, '', message)
dispatch(featureStoreActions.createNewFeatureSetFailure(message))

throw error
Expand Down

0 comments on commit f8b7c4e

Please sign in to comment.