← All changes
|
src/Agent/workflows/abilities/components/run/Generic.jsx
+1
-1
3.1.4
→
trunk
View file →
| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | export const Generic = ({ inputs, onConfirm, onCancel }) => { |
| 4 | 4 | const run = () => onConfirm?.({ data: inputs ?? {} }); |
| 5 | 5 | |
| 6 | 6 | return ( |
| 7 | - <div className="mb-4 ms-12 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 7 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 8 | 8 | <div className="rounded-lg border-b border-gray-300 bg-white p-3"> |
| 9 | 9 | <p className="m-0 p-0 text-sm text-gray-900"> |
| 10 | 10 | { |
| 11 | 11 | // translators: confirm prompt before the agent performs a WordPress task it picked. |