Skip to content

Commit

Permalink
nit #1134
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Oct 31, 2023
1 parent ec25f17 commit 805b094
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ define([
});

// filters out the chemical image workflow, if cloud storage is not enabled.
// if(!afsSettings.cloudStorage.enabled){
// this.workflows = this.workflows.filter(workflow => workflow.workflowid != 'c206cfc6-6b4a-481e-a018-8da72aeb7074');
// }

console.log('!!', this.workflows)
if(!afsSettings.cloudStorage.enabled){
this.workflows = this.workflows.filter(workflow => workflow.workflowid != 'c206cfc6-6b4a-481e-a018-8da72aeb7074');
}
};

return ko.components.register('init-workflow', {
Expand Down

0 comments on commit 805b094

Please sign in to comment.