Skip to content

Commit

Permalink
fix: 创建完知识库,点击设置页面没有保存按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Apr 9, 2024
1 parent b038f12 commit 9c6191a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/src/views/dataset/DatasetSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
</el-row>

<div class="text-right">
<el-button @click="submit" v-hasPermission="`DATASET:MANAGE:${id}`" type="primary">
保存
</el-button>
<el-button @click="submit" type="primary"> 保存 </el-button>
</div>
</div>
</el-scrollbar>
Expand Down

0 comments on commit 9c6191a

Please sign in to comment.