Hide 'available in search' checkbox behind a feature flag
All threads resolved!
All threads resolved!
Compare changes
Files
2@@ -15,17 +20,13 @@ import {
@@ -15,17 +20,13 @@ import {
@@ -72,7 +73,7 @@ const postRole = async (formData: AddRoleFormData, pid: string) => {
@@ -72,7 +73,7 @@ const postRole = async (formData: AddRoleFormData, pid: string) => {
@@ -299,16 +300,17 @@ function NewGuestRole({ guest, reloadGuestInfo }: NewGuestRoleProps) {
@@ -299,16 +300,17 @@ function NewGuestRole({ guest, reloadGuestInfo }: NewGuestRoleProps) {