mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 00:35:58 +08:00
Fix: redirection of app remove (#3770)
This commit is contained in:
parent
89a7434565
commit
b249767c5c
5
.github/workflows/api-tests.yml
vendored
5
.github/workflows/api-tests.yml
vendored
@ -37,11 +37,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install APT packages
|
|
||||||
uses: awalsh128/cache-apt-pkgs-action@v1
|
|
||||||
with:
|
|
||||||
packages: ffmpeg
|
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
@ -330,6 +330,7 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{showEditModal && (
|
{showEditModal && (
|
||||||
<EditAppModal
|
<EditAppModal
|
||||||
isEditModal
|
isEditModal
|
||||||
@ -370,7 +371,6 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
|
|||||||
onCancel={() => setShowConfirmDelete(false)}
|
onCancel={() => setShowConfirmDelete(false)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user