Set back amount micros (#17124)

The amount to amount micros in UI breaks variable. Setting back amount
micros in UI with a hint

<img width="399" height="178" alt="Capture d’écran 2026-01-13 à 15 54
04"
src="https://github.com/user-attachments/assets/52f53a78-05a8-421d-80fe-f5cd0e8aad19"
/>
This commit is contained in:
Thomas Trompette
2026-01-14 14:18:28 +01:00
committed by GitHub
parent 245bd510ae
commit ef8d7c18c1
65 changed files with 281 additions and 309 deletions
@@ -144,13 +144,13 @@ export const workflowQueryResult = {
value: {
amountMicros: {
type: 'NUMERIC',
label: 'My Amount Micros',
label: 'My Amount',
value: null,
isLeaf: true,
},
currencyCode: {
type: 'TEXT',
label: 'My Currency Code',
label: 'My Currency',
value: 'My text',
isLeaf: true,
},