Add example

This commit is contained in:
HaveAGitGat 2022-05-28 14:42:01 +01:00
parent 569ba276be
commit bf50916eff

View file

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