fix: pass all params to enabled of RQ if necessary
This commit is contained in:
@@ -15,7 +15,7 @@ export default function useActionSubsteps({ appKey, actionKey }) {
|
||||
|
||||
return data;
|
||||
},
|
||||
enabled: !!appKey,
|
||||
enabled: !!appKey && !!actionKey,
|
||||
});
|
||||
|
||||
return query;
|
||||
|
Reference in New Issue
Block a user