refactor: separate dialog and edit drafts
This commit is contained in:
parent
7f7eccdd07
commit
b8cadca717
5 changed files with 12 additions and 13 deletions
|
@ -102,17 +102,14 @@ const deleteAndRedraft = async () => {
|
|||
// TODO confirm to overwrite
|
||||
}
|
||||
|
||||
openPublishDialog({
|
||||
openPublishDialog('dialog', {
|
||||
params: { ...getParamsFromStatus(status), status: text! },
|
||||
attachments: [],
|
||||
})
|
||||
}
|
||||
|
||||
function editStatus() {
|
||||
if (!dialogDraft.isEmpty) {
|
||||
// TODO confirm to overwrite
|
||||
}
|
||||
openPublishDialog({
|
||||
openPublishDialog(`edit-${status.id}`, {
|
||||
editingStatus: status,
|
||||
params: getParamsFromStatus(status),
|
||||
attachments: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue