New feature visibility - public/draft (#10)

* New feature visibility - public/draft

* fix bg for dark mode
This commit is contained in:
Chirag
2022-10-16 22:57:14 +05:30
committed by GitHub
parent 5b92ac2633
commit 36e038a23b
12 changed files with 82 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ class FormResource extends JsonResource
'can_be_indexed' => $this->can_be_indexed,
'password' => $this->password,
'tags' => $this->tags,
'visibility' => $this->visibility,
'notification_emails' => $this->notification_emails,
'slack_webhook_url' => $this->slack_webhook_url,
] : [];