mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: setup page rtl.
This commit is contained in:
@@ -57,11 +57,11 @@ const initialState = {
|
||||
periods: [
|
||||
{
|
||||
slug: 'month',
|
||||
label: 'Monthly',
|
||||
label: <T id={'monthly'}/>
|
||||
},
|
||||
{
|
||||
slug: 'year',
|
||||
label: 'Yearly',
|
||||
label: <T id={'yearly'}/>
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user