mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
(refactor:modals) reuse wrapper modal
This commit is contained in:
@@ -45,10 +45,8 @@ export default function ConfigToolModal({
|
||||
return (
|
||||
<WrapperModal
|
||||
close={() => setModalState('INACTIVE')}
|
||||
className="sm:w-[512px]"
|
||||
contentClassName=""
|
||||
>
|
||||
<div className="p-6">
|
||||
<div>
|
||||
<h2 className="font-semibold text-xl text-jet dark:text-bright-gray px-3">
|
||||
{t('modals.configTool.title')}
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user