Skip to content

Commit

Permalink
#748 new warning message when resource could be overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
D-GopalKrishna committed Feb 21, 2024
1 parent 89e9da4 commit fab6b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/osb-portal/src/pages/RepositoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export const RepositoryPage = (props: any) => {
severity="warning"
style={{ marginBottom: "1rem" }}
>
Please note that adding the same file will overwrite the previous version of the file in the workspace.
Please note that adding a file when a file with the same name already exists will overwrite the previous version of the file in the workspace.
</Alert>
</div>
)}
Expand Down

0 comments on commit fab6b6a

Please sign in to comment.