Skip to content

Introduce an API to restrict questions and panels from being added or dropped into other container elements (e.g., other panels or dynamic panels) #1539

Introduce an API to restrict questions and panels from being added or dropped into other container elements (e.g., other panels or dynamic panels)

Introduce an API to restrict questions and panels from being added or dropped into other container elements (e.g., other panels or dynamic panels) #1539

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint