fix missing api dialog for deleting emojis
This commit is contained in:
parent
8c196d5cb2
commit
b2180cc7da
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ async function del() {
|
|||
});
|
||||
if (canceled) return;
|
||||
|
||||
misskeyApi('admin/emoji/delete', {
|
||||
os.apiWithDialog('admin/emoji/delete', {
|
||||
id: props.emoji.id,
|
||||
}).then(() => {
|
||||
emit('done', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue