Merge branch 'master' into feature/kapacitor-alert-nodes

pull/857/head
Hunter Trujillo 2017-02-09 18:01:07 -07:00
commit 48e6e11427
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export function loadDefaultRule() {
dispatch({
type: 'ADD_KAPACITOR_QUERY',
payload: {
queryId: queryID,
queryID,
},
});
};