You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\vue-form\src\components\person\person_review.vue
line 23
import {updateUser} from "api/form";
need change to
import {updateUser} from "api/user";
then OK.
The text was updated successfully, but these errors were encountered:
\vue-form\src\components\person\person_review.vue
line 23
import {updateUser} from "api/form";
need change to
import {updateUser} from "api/user";
then OK.
The text was updated successfully, but these errors were encountered: