enhance(client): improve file moderation ui

This commit is contained in:
syuilo
2022-06-17 15:03:02 +09:00
parent e29a310f7d
commit 8df2f19b5b
4 changed files with 30 additions and 29 deletions

View File

@@ -82,9 +82,7 @@ function clear() {
}
function show(file) {
os.popup(defineAsyncComponent(() => import('./file-dialog.vue')), {
fileId: file.id,
}, {}, 'closed');
os.pageWindow(`/admin-file/${file.id}`);
}
async function find() {