mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-438): Update UniformityDetail header
This commit is contained in:
@@ -105,17 +105,11 @@ const UniformityDetail: React.FC<UniformityDetailProps> = ({
|
|||||||
<section className='w-full h-full bg-white border-l border-gray-200'>
|
<section className='w-full h-full bg-white border-l border-gray-200'>
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<DrawerHeader
|
<DrawerHeader
|
||||||
leftIcon=''
|
leftIconHref='/uniformity'
|
||||||
subtitle={`${initialValues?.info_umum.file_name || ''}`}
|
subtitle={`Details`}
|
||||||
subtitleClassName='text-sm text-neutral'
|
subtitleClassName='text-sm text-neutral'
|
||||||
showDivider={false}
|
showDivider
|
||||||
>
|
/>
|
||||||
<Button variant='link' className='p-0 text-error' onClick={handleClose}>
|
|
||||||
<Tooltip content='Close' position='left'>
|
|
||||||
<Icon icon='mdi:close' width={20} height={20} />
|
|
||||||
</Tooltip>
|
|
||||||
</Button>
|
|
||||||
</DrawerHeader>
|
|
||||||
|
|
||||||
{/* Form Section */}
|
{/* Form Section */}
|
||||||
<div className='divider mt-3.5'></div>
|
<div className='divider mt-3.5'></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user