mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update my.js
This commit is contained in:
parent
5209d7d32d
commit
5526393372
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ const my = () => {
|
|||
|
||||
{status == 'error' && <ErrorMessage />}
|
||||
|
||||
{status == 'success' && <ProjectGallery projects={projects} />}
|
||||
{status == 'success' && <ProjectGallery projects={projects} loadProjects={loadProjects} />}
|
||||
<ProjectGallery projects={projects} />
|
||||
<dialog id="add-project" sx={{borderRadius: '10px', border: '3px dashed #09AFB4'}} className='gaegu'>
|
||||
<ProjectAddView />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue