Merge pull request #319 from HaveAGitGat/remove_by_channel_count

Add example
This commit is contained in:
HaveAGitGat 2022-05-28 15:51:50 +02:00 committed by GitHub
commit c3f33ff180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,11 @@ const details = () => ({
type: 'text',
},
tooltip:
'Enter the the channel counts to remove',
`Enter the the channel counts to remove.
\\nExample:\\n
8,6
`,
},
],
});