mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: disable selection if no issues are present (#5158)
This commit is contained in:
committed by
GitHub
parent
209b700fd9
commit
2d434f0b9c
@@ -98,6 +98,7 @@ export const HeaderGroupByCard = observer((props: IHeaderGroupByCard) => {
|
||||
)}
|
||||
groupID={groupID}
|
||||
selectionHelpers={selectionHelpers}
|
||||
disabled={count === 0}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user