mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
Remove redundant prop showSearch in Navbar
This commit is contained in:
parent
dc602d3424
commit
e6df101474
@ -14,7 +14,6 @@
|
||||
<script>
|
||||
import { debounce } from 'lodash';
|
||||
export default {
|
||||
props: ['showSearch'],
|
||||
data() {
|
||||
return {
|
||||
searchValue: ''
|
||||
@ -36,4 +35,3 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user