Skip to content

Commit

Permalink
Restore order of panels
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 6, 2023
1 parent ddcc98b commit 86c413d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ export default function PostStatus() {
<>
<PostVisibility />
<PostSchedulePanel />
<PostTemplatePanel />
<PostURLPanel />
<PostSyncStatus />
<PostSticky />
<PostPendingStatus />
<PostFormat />
<PostSlug />
<PostTemplatePanel />
<PostAuthorPanel />
<PostSticky />
<PostPendingStatus />
{ fills }
<HStack
style={ {
Expand Down

0 comments on commit 86c413d

Please sign in to comment.