fix(ui): Exectuting typo in toast message

This commit is contained in:
Brian McGee
2025-05-20 11:52:34 +01:00
parent af69a0d5c3
commit 55d1a94947

View File

@@ -102,7 +102,7 @@ export const callApi = async <K extends OperationNames>(
) => (
<CancelToastComponent
t={t}
message={"Exectuting " + method}
message={"Executing " + method}
onCancel={handleCancel.bind(null, op_key, promise)}
/>
),