enhance(client): improve file moderation ui
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user