Skip to content

Commit

Permalink
KYLO-3130 save button on Properties step
Browse files Browse the repository at this point in the history
  • Loading branch information
scottreisdorf committed Nov 28, 2018
1 parent 5bebac0 commit 051f8e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class DefineFeedPropertiesComponent extends AbstractFeedStepComponent{
}

private initEditActions(){
if(!this.feed.readonly && this.feed.userProperties.length >0){
if(!this.feed.readonly ){
this.displayEditActions = true;
}
else {
Expand Down

0 comments on commit 051f8e4

Please sign in to comment.