mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 07:50:15 +00:00
Fix extension panel search/sort (#2041)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
size="small"
|
||||
:filters="filters"
|
||||
>
|
||||
<Column :header="$t('g.extensionName')" sortable>
|
||||
<Column :header="$t('g.extensionName')" sortable field="name">
|
||||
<template #body="slotProps">
|
||||
{{ slotProps.data.name }}
|
||||
<Tag
|
||||
|
||||
Reference in New Issue
Block a user