Changes default rule name to "Untitled Rule"
Helps increase the affordance of the renaming interactionpull/438/head
parent
e64b7522d0
commit
cafc732de6
|
@ -14,7 +14,7 @@ export default function rules(state = {}, action) {
|
|||
message: '',
|
||||
alerts: [],
|
||||
every: '30s',
|
||||
name: 'My Rule',
|
||||
name: 'Untitled Rule',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue