How do I remove the drop down menu from the walletmultibutton and get it to open a popup like on the demo link? #57
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: Label Actions | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
label-actions: | |
name: Label Actions | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label Actions | |
uses: dessant/label-actions@v3 |