Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
v2022.08.23.2129
Browse files Browse the repository at this point in the history
  • Loading branch information
proin committed Aug 23, 2022
1 parent 7ea62a2 commit c4f70ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dizest.workflow.editor/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
},
"title": "Workflow Editor",
"created": "2022-06-18 16:44:45",
"updated": "2022-08-23 21:41:44"
"updated": "2022-08-23 21:49:35"
}
2 changes: 1 addition & 1 deletion apps/dizest.workflow.editor/view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.avatar-container
span.avatar(style="background-image: {{ item.logo ? 'url(' + item.logo + ')' : '#fff' }}" ng-cloak)
.title-area
input.app-header.mb-1(ng-model="item.title")
input.app-header.mb-1(ng-model="workflow.data.apps[item.id].title")
.app-namespace.text-muted {{item.version}}
.ml-auto
button.btn.btn-white.btn-sm(ng-click="app.delete(item.id)")
Expand Down

0 comments on commit c4f70ef

Please sign in to comment.