Skip to content

Commit

Permalink
squash! feat: handle project name conflict when syncing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Nov 2, 2022
1 parent 0727cdb commit 4c9fe55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/NewProject/Sync/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ const Sync = ({ setUserOp }) => {
<div className={styles.syncButton}>
<Form.Field
color="green"
content="Import"
content="Sync"
control={Button}
disabled={loading || form.url == null}
icon="clone"
icon="sync"
loading={loading}
onClick={handleClick}
/>
Expand Down

0 comments on commit 4c9fe55

Please sign in to comment.