mirror of
https://github.com/tale/headplane.git
synced 2026-09-02 18:28:13 +00:00
feat: replace button and toast provider with base-ui
This commit is contained in:
@@ -27,8 +27,8 @@ export default function PageError({ error, page }: PageErrorProps) {
|
||||
<Button
|
||||
className="mt-6"
|
||||
variant="light"
|
||||
onPress={() => revalidate()}
|
||||
isDisabled={state === "loading"}
|
||||
onClick={() => revalidate()}
|
||||
disabled={state === "loading"}
|
||||
>
|
||||
<RefreshCw
|
||||
className={cn("mr-2 inline-block h-4 w-4", state === "loading" && "animate-spin")}
|
||||
|
||||
Reference in New Issue
Block a user