refactor(FE): Refactor recording table and add filter modal

This commit is contained in:
rstubryan
2026-02-24 14:48:09 +07:00
parent ac2d83a666
commit 509fc5476d
4 changed files with 1217 additions and 689 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import RecordingTable from '@/components/pages/production/recording/RecordingTab
const Recording = () => {
return (
<section className='w-full p-4 sm:p-0'>
<section className='w-full p-3 overflow-x-hidden'>
<RecordingTable />
</section>
);