Skip to content

Commit

Permalink
chore: revert state to root for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Jun 25, 2024
1 parent f1fe456 commit db192c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/pages/dashboard/edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const EditPage: NextPageWithLayout = () => {
<EditPageDrawer
isOpen
state={{
state: 'complexEditor',
state: 'root',
blocks: [
{ text: 'Hero', id: 'hero-123' },
{ text: 'Content', id: 'content-123' },
Expand Down

0 comments on commit db192c4

Please sign in to comment.