Skip to content

Commit

Permalink
Merge branch 'main' into api-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran authored Apr 17, 2024
2 parents 4ce90a0 + 43963e9 commit 346adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/ui/modals/add-edit-link-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ function AddEditLinkModal({
</label>
{urlError && (
<p className="text-sm text-red-600" id="key-error">
{urlError}
Invalid URL
</p>
)}
</div>
Expand Down

0 comments on commit 346adab

Please sign in to comment.