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:
Matti Nannt
2023-09-27 11:42:49 +02:00
committed by GitHub
parent 06448fd4e0
commit 48921663be
17 changed files with 1657 additions and 1660 deletions

View File

@@ -53,6 +53,7 @@ export default function SurveyStatusDropdown({
</div>
) : (
<Select
value={survey.status}
disabled={isStatusChangeDisabled}
onValueChange={(value) => {
triggerSurveyMutate({ status: value })