mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: style read-only drawers.
fix: empty state in resources tables.
This commit is contained in:
12
client/src/common/drawers.js
Normal file
12
client/src/common/drawers.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
export const DRAWERS = {
|
||||
ESTIMATE_DRAWER: 'estimate-drawer',
|
||||
MANUAL_JOURNAL_DRAWER: 'journal-drawer',
|
||||
INVOICE_DRAWER: 'invoice-drawer',
|
||||
RECEIPT_DRAWER: 'receipt-drawer',
|
||||
PAYMENT_RECEIVE_DRAWER: 'payment-receive-drawer',
|
||||
ACCOUNT_DRAWER: 'account-drawer',
|
||||
JOURNAL_DRAWER: 'journal-drawer',
|
||||
EXPENSE_DRAWER: 'expense-drawer'
|
||||
};
|
||||
Reference in New Issue
Block a user