Spaces:
Building
Building
Update flare-ui/src/app/components/environment/environment.component.ts
Browse files
flare-ui/src/app/components/environment/environment.component.ts
CHANGED
@@ -306,7 +306,7 @@ export class EnvironmentComponent implements OnInit {
|
|
306 |
}
|
307 |
|
308 |
resetCollectionPrompt() {
|
309 |
-
this.parameterCollectionConfig.collection_prompt = getDefaultCollectionPrompt()
|
310 |
}
|
311 |
|
312 |
getDefaultCollectionPrompt(): string {
|
|
|
306 |
}
|
307 |
|
308 |
resetCollectionPrompt() {
|
309 |
+
this.parameterCollectionConfig.collection_prompt = this.getDefaultCollectionPrompt()
|
310 |
}
|
311 |
|
312 |
getDefaultCollectionPrompt(): string {
|