fix(webui): fix unexpected expansion of all rows in tool table (#4366)
Corrected the property from `item-key` to `item-value` to align with Vuetify 3 API. This ensures each row has a unique identifier for the expansion state.
This commit is contained in:
@@ -32,7 +32,7 @@ const parameterEntries = (tool: ToolItem) => Object.entries(tool.parameters?.pro
|
||||
<v-data-table
|
||||
:headers="toolHeaders"
|
||||
:items="items"
|
||||
item-key="name"
|
||||
item-value="name"
|
||||
hover
|
||||
show-expand
|
||||
class="tool-table"
|
||||
|
||||
Reference in New Issue
Block a user