Skip to content

Commit

Permalink
fix(entities): plugin icon size and tag warning (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Nov 8, 2024
1 parent da10ba0 commit 56d2c96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PluginIcon
class="plugin-icon"
:name="getPropValue('rowValue', slotProps)"
:width="24"
:size="24"
/>
<span class="info-name">
{{ pluginMetaData.getDisplayName(getPropValue('rowValue', slotProps)) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PluginIcon
class="plugin-icon"
:name="row.name"
:width="24"
:size="24"
/>
<div class="info-wrapper">
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const props = defineProps({
/** The tags to display in the table */
tags: {
type: [Array, String],
required: true,
},
tagMaxWidth: {
type: String,
Expand Down

0 comments on commit 56d2c96

Please sign in to comment.