2
0
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:
Faris Ansari 2018-07-14 12:47:05 +05:30
parent dc602d3424
commit e6df101474

View File

@ -14,7 +14,6 @@
<script>
import { debounce } from 'lodash';
export default {
props: ['showSearch'],
data() {
return {
searchValue: ''
@ -36,4 +35,3 @@ export default {
}
};
</script>