Skip to content

Commit d5eefce

Browse files
committed
fix: update icon for document tokenization button in index.vue
1 parent e78102c commit d5eefce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/document/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
>
744744
<span class="mr-4" v-if="permissionPrecise.doc_vector(id)">
745745
<el-button type="primary" text @click.stop="tokenizeDocument(row)">
746-
<AppIcon iconName="app-document-refresh" style="font-size: 16px"></AppIcon>
746+
<AppIcon iconName="app-document-wordIndexing" style="font-size: 16px"></AppIcon>
747747
</el-button>
748748
</span>
749749
</el-tooltip>

0 commit comments

Comments
 (0)