feat: entry templates CRUD backend
This commit is contained in:
@@ -132,6 +132,9 @@ pub fn run() {
|
||||
commands::bulk_update_entries_project,
|
||||
commands::bulk_update_entries_billable,
|
||||
commands::upsert_timesheet_entry,
|
||||
commands::get_entry_templates,
|
||||
commands::create_entry_template,
|
||||
commands::delete_entry_template,
|
||||
])
|
||||
.setup(|app| {
|
||||
#[cfg(desktop)]
|
||||
|
||||
Reference in New Issue
Block a user