You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
chore(frontend): fix formatting
This commit is contained in:
@@ -151,7 +151,6 @@ const fetchData = async () => {
|
||||
|
||||
fileStore.updateRequest(res);
|
||||
document.title = `${res.name} - ${t("files.files")} - ${name}`;
|
||||
|
||||
} catch (err) {
|
||||
if (err instanceof Error) {
|
||||
error.value = err;
|
||||
|
||||
Reference in New Issue
Block a user