[ACS-8634] Change saved searches config file name (#10370)

This commit is contained in:
MichalKinas
2024-11-08 07:37:30 +01:00
committed by GitHub
parent 3aabb9420d
commit 3ec3e732c0
3 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ When the saved searches file does not exist, it will be created:
```typescript
this.savedSearchService.createSavedSearchesNode('parent-node-id').subscribe((node) => {
console.log('Created saved-searches.json node:', node);
console.log('Created config.json node:', node);
});
```