feat
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-12-28 07:55:09 +01:00
parent a5fe335e46
commit 567dfd4aca
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class Controller extends Component {
return {};
}
isEditable(a) {
isEditable() {
return this.$http.get(`Tickets/${this.ticket.id}/isEditable`).then(res => {
console.log(res.data);
if (!res.data) {