Skip to content

Commit

Permalink
fixup! updated temporary-storage-row component
Browse files Browse the repository at this point in the history
  • Loading branch information
akurinnoy committed Jul 14, 2020
1 parent 44e1f26 commit f03bbe1
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ export class StorageTypeRowController implements ng.IController, IStorageTypeRow
$onInit(): void {
this.initPromise = this.cheWorkspace.fetchWorkspaceSettings().then(settings => this.updateStorageType(settings));

const items = [
StorageType.PERSISTENT,
StorageType.EPHEMERAL,
];
if (this.allowedAsync) {
items.push(StorageType.ASYNCHRONOUS);
}
const items = StorageType.getAllowedTypes();

this.storageSelect = {
config: {
Expand Down

0 comments on commit f03bbe1

Please sign in to comment.