mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-20 11:22:55 -05:00
chore: update npm dependencies (#857)
* chore: update npm packages * update formbricks-web packages * update packages in demo * update packages in formbricks-com * fix survey status dropdown has no value
This commit is contained in:
@@ -53,6 +53,7 @@ export default function SurveyStatusDropdown({
|
||||
</div>
|
||||
) : (
|
||||
<Select
|
||||
value={survey.status}
|
||||
disabled={isStatusChangeDisabled}
|
||||
onValueChange={(value) => {
|
||||
triggerSurveyMutate({ status: value })
|
||||
|
||||
Reference in New Issue
Block a user