-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(portal-web): 修复文件管理跳转路径导致的控制台报错 (#1015)
![image](https://github.com/PKUHPC/SCOW/assets/140392039/12d0dcd6-d855-4d80-ac3b-98d735304e57) ```typescript // return <Redirect url={`/files/${cluster}/${data?.path ?? ""}`} />; return <Redirect url={join("/files", cluster, data?.path ?? "")} />; ```
- Loading branch information
1 parent
1a1189a
commit 9a47c21
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/portal-web": patch | ||
--- | ||
|
||
修复文件管理跳转路径导致的控制台报错 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters