fix(ui): Exectuting typo in toast message
This commit is contained in:
@@ -102,7 +102,7 @@ export const callApi = async <K extends OperationNames>(
|
|||||||
) => (
|
) => (
|
||||||
<CancelToastComponent
|
<CancelToastComponent
|
||||||
t={t}
|
t={t}
|
||||||
message={"Exectuting " + method}
|
message={"Executing " + method}
|
||||||
onCancel={handleCancel.bind(null, op_key, promise)}
|
onCancel={handleCancel.bind(null, op_key, promise)}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user