chore: issue sidebar and project view improvement and validation (#3098)
* chore: project view header button validation * chore: copy view link option added in project view list item and role action validation added * chore: issue sidebar improvement
This commit is contained in:
parent
b78e83d81b
commit
fe80ca3e1c
5 changed files with 112 additions and 64 deletions
|
|
@ -60,7 +60,9 @@ export const SidebarAssigneeSelect: React.FC<Props> = ({ value, onChange, disabl
|
|||
) : (
|
||||
<button
|
||||
type="button"
|
||||
className="rounded bg-custom-background-80 px-2.5 py-0.5 text-xs text-custom-text-200"
|
||||
className={`rounded bg-custom-background-80 px-2.5 py-0.5 text-xs text-custom-text-200 ${
|
||||
disabled ? "cursor-not-allowed" : ""
|
||||
}`}
|
||||
>
|
||||
No assignees
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue