From 9ba0e8597dc0cb902bec3cd8f1090fc5746f790c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 4 Nov 2021 15:18:30 -0300 Subject: error notifications --- packages/anastasis-webui/src/components/AsyncButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/anastasis-webui/src/components/AsyncButton.tsx') diff --git a/packages/anastasis-webui/src/components/AsyncButton.tsx b/packages/anastasis-webui/src/components/AsyncButton.tsx index af85016e8..bb2cc0fd8 100644 --- a/packages/anastasis-webui/src/components/AsyncButton.tsx +++ b/packages/anastasis-webui/src/components/AsyncButton.tsx @@ -26,7 +26,7 @@ import { useAsync } from "../hooks/async"; type Props = { children: ComponentChildren; - disabled: boolean; + disabled?: boolean; onClick?: () => Promise; [rest: string]: any; }; -- cgit v1.2.3