+
+ {
+ this.state.packages.map((package_name, i) => {
+ return (
+ this.deletePackage(
+ i)}
+ label={package_name}
+ />
+ );
+ })
+ }
+ Use comma or new line separated array.
Press enter to apply.}>
+
+
+
+
{
- this.state.downloading && (
-
+ this.state.configChanged && !this.state.isBuilding && (
+
)
}
-