empty screen dialog

availability-list
Ryukemeister 2023-10-10 14:46:34 +05:30
parent e948c5cfb8
commit 5e9394248e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export function EmptyScreen({
buttonRaw?: ReactNode; // Used incase you want to provide your own button.
border?: boolean;
dashedBorder?: boolean;
}) {
} & React.HTMLAttributes<HTMLDivElement>) {
return (
<>
<div