diff --git a/ui/src/api/dataset.ts b/ui/src/api/dataset.ts index f2218638..895782fe 100644 --- a/ui/src/api/dataset.ts +++ b/ui/src/api/dataset.ts @@ -90,7 +90,7 @@ const postWebDateset: (data: any, loading?: Ref) => Promise data, loading ) => { - return post(`${prefix}`, data, undefined, loading) + return post(`${prefix}/web`, data, undefined, loading) } /** diff --git a/ui/src/components/card-box/index.vue b/ui/src/components/card-box/index.vue index 67b41c5e..00750e96 100644 --- a/ui/src/components/card-box/index.vue +++ b/ui/src/components/card-box/index.vue @@ -8,7 +8,7 @@ -

{{ title }}

+

{{ title }}

diff --git a/ui/src/views/dataset/CreateDataset.vue b/ui/src/views/dataset/CreateDataset.vue index 92dd80d3..b1c5c736 100644 --- a/ui/src/views/dataset/CreateDataset.vue +++ b/ui/src/views/dataset/CreateDataset.vue @@ -22,9 +22,6 @@ -->
- @@ -39,9 +36,9 @@