Skip to content

Commit

Permalink
Merge pull request #75 from DevNode-Dev/bug/select-tag
Browse files Browse the repository at this point in the history
Bug/select tag
  • Loading branch information
ap-atul authored Apr 17, 2023
2 parents 0e3bece + 226a345 commit 2a77b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Tag/TagMultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const TagMultiSelect = (props: tagSelectProp) => {
</svg>
</div>
</div>
{open && !isEmpty(tagFilteredData) && (
{open && (
<div className={"absolute bottom-[-60px] w-full h-12"}>
<MultiSelectDropdown
dataArray={tagFilteredData}
Expand Down

0 comments on commit 2a77b1e

Please sign in to comment.