fix missing api dialog for deleting emojis

This commit is contained in:
bunnybeam 2025-11-29 20:30:26 +00:00
parent 8c196d5cb2
commit b2180cc7da
No known key found for this signature in database

View file

@ -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', {