Skip to content

Commit

Permalink
Fixed callback
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Sep 19, 2023
1 parent 97ea5dd commit ea85c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
showDrawer = true;
}
function onTableChanged({ detail }: CustomEvent<Table<SummaryModel<SummaryTemplateKeys>>>) {
function onTableChanged({ detail }: CustomEvent<Readable<Table<SummaryModel<SummaryTemplateKeys>>>>) {
currentTable = detail;
}
</script>
Expand Down

0 comments on commit ea85c60

Please sign in to comment.