Skip to content

Commit 49c8737

Browse files
authored
Merge pull request #2548 from FAIRsharing/dev
Dev
2 parents 5e03ab5 + 4edf591 commit 49c8737

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Ad
298298
watch: {
299299
getEditDialogStatus(newValue) {
300300
this.dialog = newValue;
301+
this.updatedAdvancedSearchText = this.getAdvancedSearchText
301302
},
302303
getAdvancedSearchDialogStatus(newValue) {
303304
this.dialog = newValue;

documentation/html/quicksearch.html

+1-1
Large diffs are not rendered by default.

src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export default {
205205
watch: {
206206
getEditDialogStatus(newValue) {
207207
this.dialog = newValue;
208+
this.updatedAdvancedSearchText = this.getAdvancedSearchText
208209
},
209210
getAdvancedSearchDialogStatus(newValue) {
210211
this.dialog = newValue;

0 commit comments

Comments
 (0)