Skip to content

Commit

Permalink
Autogenerated documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhyatox committed Mar 8, 2024
1 parent 05c87f7 commit 696dd0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Ad
default: "",
type: String,
},
isDialog: {
default: false,
type: Boolean,
},
},
data: () => {
return {
Expand Down Expand Up @@ -243,9 +239,6 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Ad
this.dialog = newValue;
},
},
mounted() {
this.dialog = this.isDialog;
},
methods: {
...mapActions("advancedSearch", ["fetchAdvancedSearchResults"]),

Expand Down
2 changes: 1 addition & 1 deletion documentation/html/quicksearch.html

Large diffs are not rendered by default.

0 comments on commit 696dd0b

Please sign in to comment.