chore: disable image modal by default (#2400)

This commit is contained in:
Peng Xiao
2023-05-17 14:14:31 +08:00
committed by GitHub
parent 2629d39501
commit cb863c4afa
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
API_SERVER_PROFILE: prod
ENABLE_TEST_PROPERTIES: false
ENABLE_IMAGE_PREVIEW_MODAL: false
- name: Upload Artifact (web-static)
uses: actions/upload-artifact@v3

View File

@@ -67,6 +67,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
API_SERVER_PROFILE: prod
ENABLE_TEST_PROPERTIES: false
ENABLE_IMAGE_PREVIEW_MODAL: false
- name: Upload Artifact (web-static)
uses: actions/upload-artifact@v3