Skip to content

Commit

Permalink
[ActionSheet] Make ActionSheet not presentable. (#4995)
Browse files Browse the repository at this point in the history
Since the Action Sheet is an Alpha component, it should not be in the catalog.
  • Loading branch information
Robert Moore committed Sep 4, 2018
1 parent 00f4841 commit a2b6a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/ActionSheet/examples/ActionSheetTypicalUse.m
Expand Up @@ -91,9 +91,9 @@ @implementation ActionSheetTypicalUse (CatalogByConvention)

+ (NSDictionary *)catalogMetadata {
return @{
@"breadcrumbs": @[ @"Action Sheet", @"Action Sheet" ],
@"primaryDemo": @YES,
@"presentable": @YES
@"breadcrumbs" : @[ @"Action Sheet", @"Action Sheet" ],
@"primaryDemo" : @YES,
@"presentable" : @NO
};
}

Expand Down

0 comments on commit a2b6a60

Please sign in to comment.