chore: issue layout quick add issue button permission validation
This commit is contained in:
parent
361ee16567
commit
43cbe44a35
10 changed files with 40 additions and 9 deletions
|
|
@ -109,7 +109,7 @@ const GroupByList: React.FC<IGroupByList> = (props) => {
|
|||
/>
|
||||
)}
|
||||
|
||||
{enableIssueQuickAdd && (
|
||||
{enableIssueQuickAdd && !disableIssueCreation && (
|
||||
<div className="sticky bottom-0 z-[1] w-full flex-shrink-0">
|
||||
<ListQuickAddIssueForm
|
||||
prePopulatedData={prePopulateQuickAddData(group_by, getValueFromObject(_list, listKey))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue