mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 19:21:15 -05:00
allow survey type to be changed after publishing
This commit is contained in:
@@ -89,8 +89,7 @@ export default function HowToSendCard({ localSurvey, setLocalSurvey }: HowToSend
|
||||
defaultValue="web"
|
||||
value={localSurvey.type}
|
||||
onValueChange={setSurveyType}
|
||||
className="flex flex-col space-y-3"
|
||||
disabled={localSurvey.status !== "draft"}>
|
||||
className="flex flex-col space-y-3">
|
||||
{options.map((option) => (
|
||||
<Label
|
||||
key={option.id}
|
||||
|
||||
Reference in New Issue
Block a user