Revert notification message for invalid URL query value for temp vars

pull/10616/head
Jared Scheib 2018-06-01 16:51:16 -07:00 committed by Deniz Kusefoglu
parent be97ff2159
commit 675d4145a9
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ export const notifyBuilderDisabled = () => ({
export const notifyInvalidTempVarValueInURLQuery = ({key, value}) => ({
...defaultErrorNotification,
icon: 'cube',
message: `Invalid URL query value supplied for template variable '${key}': '${value}'.`,
message: `Invalid URL query value of '${value}' supplied for template variable '${key}'.`,
})
export const notifyInvalidTimeRangeValueInURLQuery = () => ({