Skip to content

Commit a0de851

Browse files
authored
Merge pull request #110 from objectstack-ai/copilot/check-action-step-logs
2 parents 12d213c + a109e6b commit a0de851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/content/docs/guide/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ curl -X POST http://localhost:3000/api/data/contacts \
307307

308308
> **Note**: The UI components have been moved to a separate project and are no longer part of this monorepo. They can be integrated with ObjectOS through the HTTP API layer (`@objectos/server`) which provides REST endpoints for metadata and data access.
309309

310+
```jsx
310311
function ContactDetail({ contactId }) {
311312
return (
312313
<div>

0 commit comments

Comments
 (0)