mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
fix type, fixes ST-301
This commit is contained in:
@@ -36,7 +36,7 @@ billableRateSelect.value = 'non-billable';
|
|||||||
|
|
||||||
const billableOptionInfoTexts: { [key in BillableKey]: string } = {
|
const billableOptionInfoTexts: { [key in BillableKey]: string } = {
|
||||||
'non-billable':
|
'non-billable':
|
||||||
'New time entries for this project not be marked billable by default.',
|
'New time entries for this project will not be marked billable by default.',
|
||||||
'default-rate':
|
'default-rate':
|
||||||
'New time entries for this project will be billable at the default rate by default.',
|
'New time entries for this project will be billable at the default rate by default.',
|
||||||
'custom-rate':
|
'custom-rate':
|
||||||
|
|||||||
Reference in New Issue
Block a user