diff --git a/ui/src/api/dataset.ts b/ui/src/api/dataset.ts index f22186383..895782feb 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 67b41c5e3..00750e960 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 92dd80d3e..b1c5c7368 100644 --- a/ui/src/views/dataset/CreateDataset.vue +++ b/ui/src/views/dataset/CreateDataset.vue @@ -22,9 +22,6 @@ -->
- @@ -39,9 +36,9 @@