feat: add billing and organization workflows
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
const segmentLabels: Record<string, string> = {
|
||||
dashboard: 'Dashboard',
|
||||
organization: 'Organization',
|
||||
details: 'Details',
|
||||
admins: 'Admins',
|
||||
clients: 'Clients',
|
||||
addresses: 'Addresses',
|
||||
@@ -21,6 +23,7 @@
|
||||
bookings: 'Bookings',
|
||||
rooms: 'Rooms',
|
||||
services: 'Services',
|
||||
billing: 'Billing',
|
||||
invoices: 'Invoices',
|
||||
contracts: 'Contracts'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user