diff --git a/apps/sim/app/workspace/[workspaceId]/components/resource/components/resource-options/resource-options.tsx b/apps/sim/app/workspace/[workspaceId]/components/resource/components/resource-options/resource-options.tsx index ada916a41c..0926fb31ba 100644 --- a/apps/sim/app/workspace/[workspaceId]/components/resource/components/resource-options/resource-options.tsx +++ b/apps/sim/app/workspace/[workspaceId]/components/resource/components/resource-options/resource-options.tsx @@ -84,10 +84,11 @@ interface ResourceOptionsProps { filterTags?: FilterTag[] /** * Lightweight control rendered immediately to the LEFT of the filter/sort - * cluster; the two form one right-aligned group, with or without a search — - * e.g. the knowledge view's connected-source badge or the table editor's - * embedded run/stop control. Keep it to badges/status widgets; primary actions - * belong in the header's `actions`. + * cluster, forming one group with it — e.g. the knowledge view's + * connected-source badge or the table editor's embedded run/stop control. With + * a search the group is pushed right (opposite the search); without one it + * stays left-aligned (the embedded table editor). Keep it to badges/status + * widgets; primary actions belong in the header's `actions`. */ aside?: ReactNode } @@ -117,7 +118,7 @@ export const ResourceOptions = memo(function ResourceOptions({
{search && } -
+
{aside}
{filterTags?.map((tag) => (