Changes default rule name to "Untitled Rule"

Helps increase the affordance of the renaming interaction
pull/438/head
Alex P 2016-11-09 11:23:31 -08:00 committed by Andrew Watkins
parent e64b7522d0
commit cafc732de6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default function rules(state = {}, action) {
message: '',
alerts: [],
every: '30s',
name: 'My Rule',
name: 'Untitled Rule',
},
});
}