Skip to content

fix: input-table确认模式下进行新增时,若只配置编辑接口,不配置新增接口,会导致新增确认时调用编辑接口 #8559

fix: input-table确认模式下进行新增时,若只配置编辑接口,不配置新增接口,会导致新增确认时调用编辑接口

fix: input-table确认模式下进行新增时,若只配置编辑接口,不配置新增接口,会导致新增确认时调用编辑接口 #8559

Workflow file for this run

name: Community
on:
issues:
types: [opened, edited, milestoned]
pull_request_target:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}