mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-01-13 17:03:03 +08:00
[TEMP] Disable Issues&PRs column type
This commit is contained in:
@@ -90,6 +90,8 @@ const columnTypes: Array<{
|
||||
title: 'Issues & Pull Requests',
|
||||
type: 'issue_or_pr',
|
||||
icon: 'issue-opened',
|
||||
soon: true,
|
||||
soonLink: 'https://beta.devhubapp.com/',
|
||||
items: [
|
||||
{
|
||||
title: 'Issues',
|
||||
@@ -398,7 +400,9 @@ export function AddColumnModal(props: AddColumnModalProps) {
|
||||
<AddColumnModalItem
|
||||
key={`add-column-button-group-${groupIndex}-item-${itemIndex}`}
|
||||
availableWidth={availableWidth}
|
||||
disabled={hasReachedColumnLimit || !item.payload}
|
||||
disabled={
|
||||
hasReachedColumnLimit || !item.payload || group.soon
|
||||
}
|
||||
icon={item.icon}
|
||||
payload={item.payload}
|
||||
title={item.title}
|
||||
|
||||
Reference in New Issue
Block a user