Minor fix for pre-defined workflows (#2876)

Signed-off-by: Amit Kumar Das <amit@chaosnative.com>
This commit is contained in:
Amit Kumar Das 2021-06-10 11:42:27 +05:30 committed by GitHub
parent 81ce01f0df
commit c0d001df3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ const ChoosePreDefinedExperiments = () => {
data.getHubStatus.forEach((hubData) => { data.getHubStatus.forEach((hubData) => {
if (hubData.HubName.toLowerCase() === 'chaos hub') { if (hubData.HubName.toLowerCase() === 'chaos hub') {
setSelectedHub('Chaos Hub'); setSelectedHub('Chaos Hub');
localforage.setItem('selectedHub', 'Chaos Hub');
getPredefinedWorkflow({ getPredefinedWorkflow({
variables: { variables: {
hubname: 'Chaos Hub', hubname: 'Chaos Hub',