Skip to content

Commit fe758dd

Browse files
committed
feat(ui): subsr form error on load
1 parent c47084e commit fe758dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web/src/components/SubscriptionForm.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ export default {
232232
},
233233
234234
methods: {
235+
afterLoadData() {
236+
this.formError = this.item.error;
237+
},
238+
235239
async makeProUser() {
236240
try {
237241
const user = (await axios.get('/api/user')).data;

0 commit comments

Comments
 (0)