Enable zip file upload in ktem

This commit is contained in:
trducng 2024-02-20 02:59:46 +07:00
parent d36522129f
commit 89450ab661

View File

@ -15,6 +15,7 @@ class FileUpload(BasePage):
".docx",
".pptx",
".html",
".zip",
]
self.on_building_ui()