fix set upload permission

This commit is contained in:
2025-05-16 12:09:05 +08:00
parent f915dd7fed
commit 3d1c69d1e3
3 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ export default function StorageView() {
<tr>
<td>{t("Name")}</td>
<td>{t("Created At")}</td>
<td>{t("Size")}</td>
<td>{t("Space")}</td>
<td>{t("Action")}</td>
</tr>
</thead>