Fix - Declare Output button disabled after saving a default value
[sdc.git] / catalog-ui / src / app / ng2 / pages / attributes-outputs / attributes-outputs.page.component.ts
index 6dc8abf..c94a345 100644 (file)
@@ -655,6 +655,7 @@ export class AttributesOutputsComponent {
           if (this.isAttributesTabSelected) {
             this.checkedAttributesCount = 0;
           }
+          this.instanceFeAttributesMap[this.selectedInstanceData.uniqueId].forEach(prop => prop.isSelected = false);
           this.hasChangedData = false;
           this.isValidChangedData = false;
         },