Added display name and help description to shape arg in progress view (#33819) (#33824)

This commit is contained in:
Catherine Liu 2019-03-25 17:46:31 -07:00 committed by GitHub
parent adbee73885
commit 006ccaabd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ export const progress = () => ({
args: [
{
name: 'shape',
displayName: 'Shape',
help: 'Shape of the progress indicator',
argType: 'select',
options: {
choices: Object.keys(shapes).map(key => ({