Skip to content

Commit bfa72ec

Browse files
committed
ui: bump version
1 parent f9f3fd7 commit bfa72ec

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

packages/ui-default/.npmignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ node_modules/
22
.cache/
33
/build/
44
/common/
5-
/components/
6-
/constant/
7-
/misc/
5+
/misc/icons
6+
/misc/.iconfont
87
/pages/
98
/static/
10-
/utils/
119
__*

packages/ui-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrooj/ui-default",
3-
"version": "4.58.0-beta.20",
3+
"version": "4.58.0-beta.21",
44
"author": "undefined <i@undefined.moe>",
55
"license": "AGPL-3.0",
66
"main": "index.ts",

packages/ui-default/pages/problem_sidebar.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const page = new NamedPage([
3232
try {
3333
const { url } = await request.post('.', {
3434
operation: 'copy',
35-
pids: [UiContext.pdoc.docId],
35+
pids: [UiContext.problemNumId],
3636
target: res.target,
3737
redirect: true,
3838
});

0 commit comments

Comments
 (0)