Update toast message

This commit is contained in:
neeraj 2024-03-01 13:26:38 +05:30
parent fe599f97a3
commit 691edf3508

View File

@ -67,7 +67,7 @@ const CreateRepo = () => {
toast({
id: 'repo-exist-error',
title: REPO_EXIST_ERROR,
title: 'Could not create: repository already exists',
variant: 'error',
onDismiss: dismiss,
});