Skip to content

Commit

Permalink
feat(4ps): fix bug parse permission
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Jan 5, 2024
1 parent df1c5c4 commit bb9a137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(expandChange)="onExpandChange()"></mix-main-side-menu>
</aside>

<main class="shadow flex flex-col h-full overflow-auto rounded-tl-xl"
<main class="shadow flex flex-col h-full overflow-auto rounded-tl-xl rounded-bl-xl"
id="canvas">
<mix-main-toolbar [showExpandBtn]="!expand()"
(expandChange)="onExpandChange()"></mix-main-toolbar>
Expand Down

1 comment on commit bb9a137

@vercel
Copy link

@vercel vercel bot commented on bb9a137 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.