@apolitical/component-library 8.10.3 → 8.11.1-fg-1

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.
@@ -10,6 +10,8 @@ interface Props {
10
10
  form: IDiscussionForm;
11
11
  /** The categories to show in the form */
12
12
  categories?: ICategory[];
13
+ /** Determines whether or not to display the form*/
14
+ isHidden?: boolean;
13
15
  /** Details about what a user needs to have to be able to access the form */
14
16
  membershipRequiredToPost: {
15
17
  /** Whether the user needs to be a member of the community to post */