Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
f778f7fbdb
commit
4d8a6a3d82
@@ -99,7 +99,7 @@ function FeeSchedulePage() {
|
||||
logging time; expense fees auto-fill the amount when adding an
|
||||
expense. The billable flag becomes the default for new entries.
|
||||
</p>
|
||||
<Button onClick={() => setEditing({ category: "time", billable: true, active: true, amount: 0 })}>
|
||||
<Button onClick={() => setEditing({ category: "time", pricing_type: "hourly", billable: true, active: true, amount: 0 })}>
|
||||
<Plus className="h-4 w-4 mr-2" /> Add fee item
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user