Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
dromerolovo committed Jun 3, 2024
1 parent a5fc336 commit 12d54f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Create Date: 2024-06-03 04:42:56.740743
"""
from alembic import op
import models as models
import sqlalchemy as sa
from alembic import op

import models as models

# revision identifiers, used by Alembic.
revision = '19b72d831a85'
Expand Down
1 change: 1 addition & 0 deletions web/app/components/app/app-publisher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const AppPublisher = ({
</div>
</PortalToFollowElemContent>
<EmbeddedModal
siteInfo={appDetail?.site}
isShow={embeddingModalOpen}
onClose={() => setEmbeddingModalOpen(false)}
appBaseUrl={appBaseURL}
Expand Down

0 comments on commit 12d54f0

Please sign in to comment.