Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 21, 2024
1 parent 4bef8bd commit 1a14800
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,12 @@ class Tray {
{name: '実装中'},
],
},
'Meeting Notes': {
name: 'Meeting Notes',
children: ['Agenda', 'Discussion Points', 'Action Items', 'Next Steps'],
labels: ['PLANNING']
'importance_urgence': {
name: 'importance - urgence',
children: ['1-1', '1-0', '0-1', '0-0'],
}
,

};

showTemplateSelectionDialog() {
Expand Down

0 comments on commit 1a14800

Please sign in to comment.