Skip to content

Commit

Permalink
fix: Refresh immediatly on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Sep 3, 2023
1 parent dace273 commit 69055b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/src/YBFeed/YBFeedComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function FeedComponent() {
<YBPasteCard empty={feedItems.current.length === 0} onPaste={update}/>
</div>

<FeedItems items={feedItems.current} onUpdate={update} />
<FeedItems items={feedItems.current} onUpdate={update} onDelete={update}/>

</>
:""}
Expand Down

0 comments on commit 69055b3

Please sign in to comment.