We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dace273 commit 69055b3Copy full SHA for 69055b3
web/ui/src/YBFeed/YBFeedComponent.tsx
@@ -257,7 +257,7 @@ export function FeedComponent() {
257
<YBPasteCard empty={feedItems.current.length === 0} onPaste={update}/>
258
</div>
259
260
- <FeedItems items={feedItems.current} onUpdate={update} />
+ <FeedItems items={feedItems.current} onUpdate={update} onDelete={update}/>
261
262
</>
263
:""}
0 commit comments