Save button doesn't show up when editing profile #34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Was trying to edit my profile description, but the save button doesn't show up.
Some
git bisecting
later:The problem is that that component is not yet refactored to Composition API and
i18n
is only imported instead of being returned from thesetup
method.Proper solution would be to refactor it to Composition API.
should be fixed by commit
9a236bd862