fix:修复form-render的数据变化,不会返回列表为空的字段造成的自定义表格无法删除最后一条数据的bug #1712
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: 💯 Coverage CI | |
# on: | |
# workflow_run: | |
# workflows: ["🚀 Build CI"] | |
# types: | |
# - completed | |
# jobs: | |
# build: | |
# runs-on: ubuntu-latest | |
# strategy: | |
# matrix: | |
# node: [ '14', '16' ] | |
# name: build steps | |
# steps: | |
# - uses: actions/checkout@v2 | |
# - name: Use Node.js ${{ matrix.node }} | |
# uses: actions/setup-node@v2 | |
# with: | |
# node-version: ${{ matrix.node }} | |
# - name: Run Test | |
# - run: yarn run test |