mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into fix/adjustment-uniformity-ui
This commit is contained in:
@@ -114,11 +114,13 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
|||||||
text: 'Penjualan',
|
text: 'Penjualan',
|
||||||
link: '/marketing',
|
link: '/marketing',
|
||||||
icon: 'heroicons-outline:currency-dollar',
|
icon: 'heroicons-outline:currency-dollar',
|
||||||
|
permission: ['lti.marketing.delivery_order.list'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Keuangan',
|
text: 'Keuangan',
|
||||||
link: '/finance',
|
link: '/finance',
|
||||||
icon: 'heroicons-outline:banknotes',
|
icon: 'heroicons-outline:banknotes',
|
||||||
|
permission: ['lti.finance.transactions.list'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Biaya',
|
text: 'Biaya',
|
||||||
|
|||||||
@@ -1478,6 +1478,8 @@ export function DailyChecklistContent() {
|
|||||||
inputWrapper: 'flex items-center',
|
inputWrapper: 'flex items-center',
|
||||||
label: 'font-semibold text-gray-900',
|
label: 'font-semibold text-gray-900',
|
||||||
}}
|
}}
|
||||||
|
maxSize={5242880} // 5 MB
|
||||||
|
bottomLabel='Ukuran file maksimal 5MB'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user