From 8d74668570e130585aa352bed01dd17d7e89a907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=B0=B8=E5=BC=BA?= <11704063+s-yongqiang@user.noreply.gitee.com> Date: Thu, 26 Jun 2025 11:15:10 +0800 Subject: [PATCH] update suffix --- .../src/components/dialog/import-confluence-dialog.js | 2 +- frontend/src/pages/wikis/wikis.js | 8 +------- seahub/api2/endpoints/wiki2.py | 9 +-------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/dialog/import-confluence-dialog.js b/frontend/src/components/dialog/import-confluence-dialog.js index f61e2c37ae..2f1ad89595 100644 --- a/frontend/src/components/dialog/import-confluence-dialog.js +++ b/frontend/src/components/dialog/import-confluence-dialog.js @@ -124,7 +124,7 @@ class ImportConfluenceDialog extends React.Component { type="file" ref={this.fileInputRef} style={{ display: 'none' }} - accept=".html.zip" + accept=".zip" onChange={this.handleFileChange} />