@planningcenter/core-automations 1.4.3 → 1.5.0-alpha.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.
package/README.md CHANGED
@@ -122,7 +122,6 @@ import { Automations } from "@planningcenter/core-automations"
122
122
  }],
123
123
  resource: "vzfnx3tc87lx1c1d8Ak1clkrwqZfnA294t...",
124
124
  }}
125
- currentPersonCanAccessPeople={true}
126
125
  />
127
126
  ```
128
127
 
@@ -153,7 +152,6 @@ import { Automations } from "@planningcenter/core-automations"
153
152
  - `afterCreateOptions` (object) optional: Show a custom checkbox to optionally perform an action after the automation is created
154
153
  - `label` (string): Description of the action to perform (e.g. "apply to everyone on this list")
155
154
  - `onConfirm` (function): The function that will perform after the automation is created
156
- - `currentPersonCanAccessPeople` (boolean): Can the current person login to the People product?
157
155
  - `permissionDeniedReason` (string) optional: Message to display when current person is unable to create an automation
158
156
 
159
157
  ### Theming