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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user