adjust for multitenant

This commit is contained in:
Alex Turchyn
2023-06-30 20:31:17 +03:00
parent c904d51302
commit f5caed502f
24 changed files with 139 additions and 52 deletions
+6
View File
@@ -249,6 +249,7 @@
</form>
<FormCompleted
v-else
:can-send-email="canSendEmail"
:submitter-slug="submitterSlug"
/>
<div class="flex justify-center">
@@ -291,6 +292,11 @@ export default {
type: String,
required: true
},
canSendEmail: {
type: Boolean,
required: false,
default: false
},
submitterUuid: {
type: String,
required: true