forked from github/plane
chore: initialize withDraftIssueWrapper to be true
This commit is contained in:
parent
9c15de0a38
commit
76bcc5fbbd
@ -21,7 +21,7 @@ export interface IssuesModalProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const ProjectIssueModal: React.FC<IssuesModalProps> = observer((props) => {
|
export const ProjectIssueModal: React.FC<IssuesModalProps> = observer((props) => {
|
||||||
const { data, isOpen, onClose, withDraftIssueWrapper } = props;
|
const { data, isOpen, onClose, withDraftIssueWrapper = true } = props;
|
||||||
|
|
||||||
const [changesMade, setChangesMade] = useState<Partial<IIssue> | null>(null);
|
const [changesMade, setChangesMade] = useState<Partial<IIssue> | null>(null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user