mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 02:07:33 +00:00
tsc
This commit is contained in:
@@ -96,7 +96,9 @@ export default function DialogBoxV2({
|
||||
size="large"
|
||||
color={attributes.proceed?.variant}
|
||||
onClick={async () => {
|
||||
await attributes.proceed?.action(setLoading);
|
||||
await attributes.proceed?.action(
|
||||
setLoading,
|
||||
);
|
||||
|
||||
onClose();
|
||||
}}
|
||||
|
Reference in New Issue
Block a user