Restore the application template (#1174)

Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
This commit is contained in:
charli117
2023-09-14 21:28:32 +08:00
committed by GitHub
parent 67bed54f32
commit 20bab6edec
2 changed files with 1 additions and 77 deletions

View File

@@ -139,7 +139,7 @@ const NewAppDialog = ({ show, onSuccess, onClose }: NewAppDialogProps) => {
</div>
{isWithTemplate
? (
<ul className='grid grid-cols-3 gap-4'>
<ul className='grid grid-cols-2 gap-4'>
{templates?.data?.map((template, index) => (
<li
key={index}