Skip to content

Commit

Permalink
Merge pull request #67 from AnWhiteM/column-modals
Browse files Browse the repository at this point in the history
Update EditColumnModal.jsx
  • Loading branch information
AnWhiteM authored Jun 14, 2024
2 parents c072f0a + f32b129 commit cdf3027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditColumnModal/EditColumnModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const EditColumn = ({ isOpen, isClose, title }) => {
<use href={svg + "#icon-plus"}></use>
</svg>
</span>
Add</button>
Edit</button>
</Form>
</Formik>
</div>
Expand Down

0 comments on commit cdf3027

Please sign in to comment.