Skip to content

Commit d92947e

Browse files
committed
docs(resource): clarify aside groups with filter/sort regardless of search
1 parent 4a9a229 commit d92947e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/components/resource/components/resource-options

apps/sim/app/workspace/[workspaceId]/components/resource/components/resource-options/resource-options.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ interface ResourceOptionsProps {
8484
filterTags?: FilterTag[]
8585
/**
8686
* Lightweight control rendered immediately to the LEFT of the filter/sort
87-
* cluster (right-aligned after the search) — e.g. the knowledge view's
88-
* connected-source badge or the table editor's embedded run/stop control. Keep
89-
* it to badges/status widgets; primary actions belong in the header's `actions`.
87+
* cluster; the two form one right-aligned group, with or without a search —
88+
* e.g. the knowledge view's connected-source badge or the table editor's
89+
* embedded run/stop control. Keep it to badges/status widgets; primary actions
90+
* belong in the header's `actions`.
9091
*/
9192
aside?: ReactNode
9293
}

0 commit comments

Comments
 (0)