2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

fix: don't hide period selectors when no data

This commit is contained in:
18alantom 2021-11-05 12:00:42 +05:30
parent 0c34a122d6
commit 0461976a5b
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
_('Top Expenses')
}}</template>
<PeriodSelector
v-if="hasData"
slot="action"
:value="period"
@change="value => (period = value)"

View File

@ -3,7 +3,6 @@
<SectionHeader>
<template slot="title">{{ _('Profit and Loss') }}</template>
<PeriodSelector
v-if="hasData"
slot="action"
:value="period"
@change="value => (period = value)"