Skip to content

fix: the value in the component is incorrectly updated when it is passed as an empty string using formControl #2238

fix: the value in the component is incorrectly updated when it is passed as an empty string using formControl

fix: the value in the component is incorrectly updated when it is passed as an empty string using formControl #2238

Workflow file for this run

name: 🚀 Deploy / preview
on: pull_request
jobs:
build_and_preview:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build editor-demo
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
continue-on-error: true
if: ${{ env.IS_FORK == 'false' && env.IS_DEPENDABOT == 'false' }}
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_TUI_EDITOR }}
projectId: taiga-editor
target: demo
expires: 1d
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true