feat(build): Added PasswordInput meta location.

This commit is contained in:
Sandile 2021-09-08 12:54:35 +02:00
parent 7f322300b7
commit 66abcddafc

View File

@ -181,6 +181,9 @@ function defaultMetaLocations({ blocksServerUrl }) {
ParagraphInput: {
url: `${baseUrl}/blocks-antd/meta/ParagraphInput.json`,
},
PasswordInput: {
url: `${baseUrl}/blocks-antd/meta/PasswordInput.json`,
},
Progress: {
url: `${baseUrl}/blocks-antd/meta/Progress.json`,
},