From 1f731072ac7e0bef369eedabfb396a41331e6ef2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:55:50 +1100 Subject: networks: make popup window --- src/widgets/popdownwindow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/popdownwindow.tsx b/src/widgets/popdownwindow.tsx index 18e9ae9..ea2814f 100644 --- a/src/widgets/popdownwindow.tsx +++ b/src/widgets/popdownwindow.tsx @@ -16,7 +16,7 @@ export default ({ countLabel?: Binding; headerButtons: { label: string | Binding; onClicked: () => void; enabled?: Binding }[]; emptyIcon: string; - emptyLabel: string; + emptyLabel: string | Binding; list: JSX.Element; }) => ( -- cgit v1.2.3-freya