You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/components/topic-selector-modal.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ export function TopicSelectorModal(props: TopicSelectorModalProps) {
210
210
}
211
211
212
212
// Build event filters
213
+
// biome-ignore lint/suspicious/noExplicitAny: TODO - fix
213
214
constfilters: any={
214
215
chain_ids: formData.chainIds?.map(String),
215
216
addresses: formData.addresses
@@ -249,6 +250,7 @@ export function TopicSelectorModal(props: TopicSelectorModalProps) {
249
250
}
250
251
251
252
// Build transaction filters
253
+
// biome-ignore lint/suspicious/noExplicitAny: TODO - fix
0 commit comments