This commit is contained in:
Manav Rathi
2024-05-25 17:17:21 +05:30
parent bb713cfc76
commit 5690d613bb
5 changed files with 10 additions and 7 deletions

View File

@@ -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();
}}