diff --git a/frontend/projects/ui/src/app/components/app-wizard/app-wizard.component.ts b/frontend/projects/ui/src/app/components/app-wizard/app-wizard.component.ts
index 22245cedf..8ced2fb3e 100644
--- a/frontend/projects/ui/src/app/components/app-wizard/app-wizard.component.ts
+++ b/frontend/projects/ui/src/app/components/app-wizard/app-wizard.component.ts
@@ -58,6 +58,7 @@ export class AppWizardComponent {
ionViewDidEnter() {
this.initializing = false
+ this.swiper.allowTouchMove = false
this.loadSlide()
}
diff --git a/frontend/projects/ui/src/app/components/form-object/form-label.component.html b/frontend/projects/ui/src/app/components/form-object/form-label.component.html
index c6fd18428..dd555d560 100644
--- a/frontend/projects/ui/src/app/components/form-object/form-label.component.html
+++ b/frontend/projects/ui/src/app/components/form-object/form-label.component.html
@@ -22,6 +22,7 @@
{{ data.spec.name }}
(New)
+ (New Options)
(Edited)
@@ -116,9 +116,20 @@