[WEB-1086] chore: update toast messages for consistency. (#4384)

This commit is contained in:
Prateek Shourya 2024-05-07 15:03:24 +05:30 committed by GitHub
parent 2aef40b7c5
commit f5f683b8b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 69 additions and 69 deletions

View file

@ -42,7 +42,7 @@ export const InstanceGithubConfigForm: FC<IInstanceGithubConfigForm> = (props) =
.updateInstanceConfigurations(payload)
.then(() =>
setToast({
title: "Success",
title: "Success!",
type: TOAST_TYPE.SUCCESS,
message: "Github Configuration Settings updated successfully",
})