Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jun 30, 2024
1 parent a3259e9 commit 993d482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/ui/main-view/data-view/feed-data-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ onMounted(() => {
id="table-feed-view"
class="w-full max-h-[calc(100vh-4rem)]"
:entities="feedEntities"
:candidates="{}"
:field-templates="fieldTemplates"
:selected-index="uiState.selectedIndex"
:platform="uiState.os"
Expand Down

0 comments on commit 993d482

Please sign in to comment.