chore: refactoring and tests, splitting up files (#12495)
This commit is contained in:
@@ -25,7 +25,7 @@ export default function Layout(props: ParentProps) {
|
||||
showToast({
|
||||
variant: "error",
|
||||
title: language.t("common.requestFailed"),
|
||||
description: "Invalid directory in URL.",
|
||||
description: language.t("directory.error.invalidUrl"),
|
||||
})
|
||||
navigate("/")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user