feat: community backends page

This commit is contained in:
jialin
2026-01-30 20:48:55 +08:00
committed by Lawrence Li
parent 2dab5093dc
commit b6bd9cd7dd
22 changed files with 783 additions and 124 deletions
+5
View File
@@ -156,6 +156,11 @@ export const FilterBar: React.FC<FilterBarProps> = (props) => {
{handleClickPrimary ? (
actionType === 'dropdown' ? (
<DropDownActions
styles={{
root: {
minWidth: 140
}
}}
menu={{
items: actionItems,
onClick: handleClickPrimary