diff options
Diffstat (limited to 'src/widgets/popdownwindow.tsx')
| -rw-r--r-- | src/widgets/popdownwindow.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<string>; headerButtons: { label: string | Binding<string>; onClicked: () => void; enabled?: Binding<boolean> }[]; emptyIcon: string; - emptyLabel: string; + emptyLabel: string | Binding<string>; list: JSX.Element; }) => ( <PopupWindow name={name}> |