Skip to content

Commit c917ce8

Browse files
committed
fix types
1 parent 005c8d4 commit c917ce8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • x-pack/plugins/security_solution/public/timelines/components/notes/note_cards

x-pack/plugins/security_solution/public/timelines/components/notes/note_cards/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const NoteCards = React.memo<Props>(
9898
onCancelAddNote={toggleShowAddNote}
9999
updateNewNote={setNewNote}
100100
updateNote={updateNote}
101-
status={status}
102101
/>
103102
</AddNoteContainer>
104103
) : null}

0 commit comments

Comments
 (0)