diff --git a/frontend/src/concepts/pipelines/elyra/utils.ts b/frontend/src/concepts/pipelines/elyra/utils.ts index 6760f84901..1f5b9d0b0d 100644 --- a/frontend/src/concepts/pipelines/elyra/utils.ts +++ b/frontend/src/concepts/pipelines/elyra/utils.ts @@ -164,4 +164,6 @@ export const createElyraServiceAccountRoleBinding = async ( ); }); } + + return undefined; };