We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Related to issue #270 and fix #291
The same fix shoud be applied to delete.vue
async created() { document.title = "Delete | docat" this.projects = (await ProjectRepository.get()).map((project) => project.name) this.versions = [] },
async created() { document.title = "Delete | docat" this.projects = (await ProjectRepository.get()) this.versions = [] },
Nice project !
The text was updated successfully, but these errors were encountered:
@reglim could you have a look at this next week?
Sorry, something went wrong.
Yeah, no problem.
Fix(web): Project Select broken on delete page
f1c308c
Was the same fix as in #291 fixes: #313
Successfully merging a pull request may close this issue.
Hi,
Related to issue #270 and fix #291
The same fix shoud be applied to delete.vue
Nice project !
The text was updated successfully, but these errors were encountered: