Fix new_session.ui: add container ID and correct target reference for create_session button
This commit is contained in:
parent
82a58be972
commit
b30a98f65e
@ -1,5 +1,6 @@
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"id": "new-session-container",
|
||||
"options": {
|
||||
"width": "100%",
|
||||
"height": "100%",
|
||||
@ -82,7 +83,7 @@
|
||||
"wid": "self",
|
||||
"event": "click",
|
||||
"actiontype": "registerfunction",
|
||||
"target": "self",
|
||||
"target": "app.new-session-container",
|
||||
"rfname": "create_session",
|
||||
"params": {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user