Add support for gallerypublish flight (#412)

This commit is contained in:
Tanuj Mittal
2021-02-03 02:05:19 +05:30
committed by GitHub
parent 9278654479
commit e0063c76d9
2 changed files with 4 additions and 0 deletions

View File

@@ -1890,6 +1890,9 @@ export default class Explorer {
if (flights.indexOf(Constants.Flights.MongoIndexing) !== -1) {
this.isMongoIndexingEnabled(true);
}
if (flights.indexOf(Constants.Flights.GalleryPublish) !== -1) {
this.isGalleryPublishEnabled(true);
}
}
public findSelectedCollection(): ViewModels.Collection {