MCPcopy Create free account
hub / github.com/anomalyco/models.dev / EmptyRow

Function EmptyRow

packages/web/src/render.tsx:1263–1269  ·  view source on GitHub ↗
(props: { columns: number })

Source from the content-addressed store, hash-verified

1261}
1262
1263function EmptyRow(props: { columns: number }) {
1264 return (
1265 <tr class="empty-row">
1266 <td colspan={props.columns}>No rows match the current search.</td>
1267 </tr>
1268 );
1269}
1270
1271function ProviderLink(props: {
1272 providerId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected