Skip to content

Commit

Permalink
Fix mj custom option (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Germey <germey@acedata.cloud>
  • Loading branch information
Germey and Germey authored Jun 17, 2024
1 parent f48965e commit 151c537
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix mj custom option",
"packageName": "@acedatacloud/nexior",
"email": "germey@acedata.cloud",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion src/components/midjourney/tasks/TaskPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
:content="descriptionMapping[action]"
placement="top-start"
>
<el-button type="info" size="small" class="btn-action" @click="onCustom(action)">
<el-button v-show="actionMapping[action]" type="info" size="small" class="btn-action" @click="onCustom(action)">
{{ actionMapping[action] }}
</el-button>
</el-tooltip>
Expand Down

0 comments on commit 151c537

Please sign in to comment.