Added changeset for #2624

This commit is contained in:
Taras Mankovski
2020-10-02 18:14:32 -04:00
parent 8351ad79b0
commit fb74f1db60
+14
View File
@@ -0,0 +1,14 @@
---
'@changeset/plugin-scaffold': patch
---
Make title meaningful after component creation
Fixes #2458.
After the change, the UX should look like this:
### If the component creation was successful:
![successfully-created-component](https://user-images.githubusercontent.com/33940798/94339294-8bd1e000-0016-11eb-885b-7936fcc23b63.gif)
### If the component creation failed:
![failed-to-create-component](https://user-images.githubusercontent.com/33940798/94339296-90969400-0016-11eb-9a74-ce16b3dd8d88.gif)