Hide tab with UI control not working since nodered update

Hi,
My original flow is quite a mess but I made this example flow.
I'm using v1.1.3 of Nodered and the dashboard module is up to date.
When I use the manual toggles on the tab settings enable/disable hide/show works properly.
Do I miss something ?
None of the hide/show or enable/disable works either with tabs nor groups.
Thank you

[{"id":"f68e9dd6.332eb","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"13768a63.80f336","type":"inject","z":"f68e9dd6.332eb","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":130,"y":100,"wires":[["d1bd954e.dd8648"]]},{"id":"d1bd954e.dd8648","type":"function","z":"f68e9dd6.332eb","name":"","func":"msg.payload = {\"tabs\": {\"disable\": [\"My Tab\"]}}\n//msg.payload = {\"tabs\": {\"hide\": [\"My Tab\"]}}\n//msg.payload = {\"group\": {\"hide\": [\"My Group\"]}}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":310,"y":100,"wires":[["9f6606bb.bb8b78","feab2e77.aaa0c"]]},{"id":"9f6606bb.bb8b78","type":"ui_ui_control","z":"f68e9dd6.332eb","name":"","x":500,"y":100,"wires":[["84efc00e.069a4"]]},{"id":"1d4c42a8.129fed","type":"ui_button","z":"f68e9dd6.332eb","name":"","group":"47a02a2e.a13ca4","order":0,"width":0,"height":0,"passthru":false,"label":"button","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":130,"y":140,"wires":[["d1bd954e.dd8648"]]},{"id":"84efc00e.069a4","type":"debug","z":"f68e9dd6.332eb","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":670,"y":100,"wires":[]},{"id":"feab2e77.aaa0c","type":"debug","z":"f68e9dd6.332eb","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":490,"y":60,"wires":[]},{"id":"47a02a2e.a13ca4","type":"ui_group","z":"","name":"My Group","tab":"659c85a9.ff391c","order":1,"disp":true,"width":"6","collapse":false},{"id":"659c85a9.ff391c","type":"ui_tab","z":"","name":"My Tab","icon":"dashboard","disabled":false,"hidden":false}]