Skip to content

Commit de8bad4

Browse files
committed
feat: datasource UI
1 parent 8e4567c commit de8bad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/ds/TableList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const tableColumns = ref<any>([
6363
{
6464
key: 'operations',
6565
title: 'Operations',
66-
cellRenderer: ({ rowData }) => {
66+
cellRenderer: ({ rowData }: { rowData: any }) => {
6767
return h(ElButton,{
6868
onClick: () => showFields(rowData.tableName)
6969
},"Show Fields")

0 commit comments

Comments
 (0)