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
commit 20bab6edec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}