We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f3fd7 commit bfa72ecCopy full SHA for bfa72ec
3 files changed
packages/ui-default/.npmignore
@@ -2,10 +2,8 @@ node_modules/
2
.cache/
3
/build/
4
/common/
5
-/components/
6
-/constant/
7
-/misc/
+/misc/icons
+/misc/.iconfont
8
/pages/
9
/static/
10
-/utils/
11
__*
packages/ui-default/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@hydrooj/ui-default",
- "version": "4.58.0-beta.20",
+ "version": "4.58.0-beta.21",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "index.ts",
packages/ui-default/pages/problem_sidebar.page.ts
@@ -32,7 +32,7 @@ const page = new NamedPage([
32
try {
33
const { url } = await request.post('.', {
34
operation: 'copy',
35
- pids: [UiContext.pdoc.docId],
+ pids: [UiContext.problemNumId],
36
target: res.target,
37
redirect: true,
38
});
0 commit comments