Commit 611cd0fd authored by Frank Bergmann's avatar Frank Bergmann

- Small changes

parent 86ca802e
......@@ -26,7 +26,8 @@ Ext.define('PO.controller.NoteNavigationController', {
handler: function() {
console.log('NoteListController: New Note button pressed');
navView.push({
xtype: 'noteDetail'
xtype: 'noteDetail',
title: 'New Note'
});
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment