Skip to content

Remove unused controller arg from admin dashboard view #2515

Remove unused controller arg from admin dashboard view

Remove unused controller arg from admin dashboard view #2515

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}