@sprucelabs/spruce-people-utils 9.0.2 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -163,7 +163,7 @@ class InvitePersonCardViewController extends AbstractViewController {
|
|
163
163
|
FormVc() {
|
164
164
|
return this.Controller('form', buildForm({
|
165
165
|
schema: inviteFormSchema,
|
166
|
-
|
166
|
+
shouldRenderCancelButton: false,
|
167
167
|
values: {
|
168
168
|
phone: this.startingPhone,
|
169
169
|
},
|
@@ -146,7 +146,7 @@ class InvitePersonCardViewController extends heartwood_view_controllers_1.Abstra
|
|
146
146
|
FormVc() {
|
147
147
|
return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
|
148
148
|
schema: inviteFormSchema,
|
149
|
-
|
149
|
+
shouldRenderCancelButton: false,
|
150
150
|
values: {
|
151
151
|
phone: this.startingPhone,
|
152
152
|
},
|