fix(ui): Exectuting typo in toast message

This commit is contained in:
Brian McGee
2025-05-20 11:52:34 +01:00
parent ea7da55e86
commit f3d2e65ebb

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)}
/>
),