Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Dec 13, 2024
1 parent 980c6d6 commit b8d6568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const CreatableAsyncSelectField = ({
} catch (e) {
console.error(e);

errorToast({ title: 'Error', description: 'Could not create secret' });
errorToast({ title: 'Error', description: 'Ups. Something went wrong' });
}
};

Expand Down

0 comments on commit b8d6568

Please sign in to comment.