Minor fix for pre-defined workflows (#2876)
Signed-off-by: Amit Kumar Das <amit@chaosnative.com>
This commit is contained in:
parent
81ce01f0df
commit
c0d001df3f
|
@ -121,6 +121,7 @@ const ChoosePreDefinedExperiments = () => {
|
|||
data.getHubStatus.forEach((hubData) => {
|
||||
if (hubData.HubName.toLowerCase() === 'chaos hub') {
|
||||
setSelectedHub('Chaos Hub');
|
||||
localforage.setItem('selectedHub', 'Chaos Hub');
|
||||
getPredefinedWorkflow({
|
||||
variables: {
|
||||
hubname: 'Chaos Hub',
|
||||
|
|
Loading…
Reference in New Issue