Skip to content

Commit

Permalink
fix login in to account in instances table
Browse files Browse the repository at this point in the history
  • Loading branch information
SazukinPavel committed Jan 30, 2025
1 parent 8d88eaf commit 54c63e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/src/components/instancesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{{ getShortName(item.title, 45) }}
</router-link>
<login-in-account-icon
:uuid="getAccount(item)?.uuid"
:uuid="item.account"
:instanceId="item.uuid"
:type="item.type"
/>
Expand Down

0 comments on commit 54c63e1

Please sign in to comment.