Skip to content

Commit

Permalink
[WM] App 'f/examples/rational_app' deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Aug 5, 2024
1 parent 0b3e5cb commit 32d1667
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
44 changes: 43 additions & 1 deletion f/examples/rational_app.app/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,48 @@ value:
container:
class: ''
style: ''
- '12':
fixed: false
fullHeight: false
h: 5
w: 11
x: 0
y: 15
'3':
fixed: false
fullHeight: false
h: 8
w: 2
x: 0
y: 20
id: f
data:
id: f
type: displaycomponent
actions: []
componentInput:
type: evalv2
value:
foo: 42
connections:
- id: values
componentId: d
expr: d.values
fieldType: object
configuration:
hideDetails:
type: static
value: false
title:
type: static
value: Result
customCss:
container:
class: ''
style: ''
header:
class: ''
style: ''
hiddenInlineScripts: []
hideLegacyTopBar: true
norefreshbar: false
Expand Down Expand Up @@ -411,7 +453,7 @@ value:
policy:
execution_mode: publisher
triggerables_v2:
'e:rawscript/0dba1db21e597c80cbd87a7a5bcdf68eff829fb1914fbc1063d0b2c4815d8491':
'e:rawscript/20e7755028be225d6af904ada30500437341e061022716a495b4877fe1957028':
allow_user_resources:
- x
one_of_inputs: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type gmail = {}
export async function main(x: gmail) {
if (!x) {
if (Object.keys(x ?? {}).length > 0) {
return []
}
return [
Expand Down

0 comments on commit 32d1667

Please sign in to comment.