Skip to content

Commit 942c051

Browse files
committed
cleanup page config
1 parent e6634fb commit 942c051

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matestack/ui/core/page.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@ def page
4646
def component_attributes
4747
{
4848
is: 'matestack-ui-core-page-content',
49-
ref: 'some-id',
5049
':params': params.to_json,
51-
':component-config': {
52-
#TODO Remove?!
53-
show_on: 'a-event',
54-
hide_on: 'test'
55-
}.to_json,
5650
'inline-template': true
5751
}
5852
end

0 commit comments

Comments
 (0)