Skip to content

Commit

Permalink
fix(role-update-form): apply 'disable' in home-dashboard access toggle (
Browse files Browse the repository at this point in the history
#3263)

Signed-off-by: samuel.park <[email protected]>
  • Loading branch information
piggggggggy authored Mar 12, 2024
1 parent f6e0999 commit 5a1f859
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ watch(() => props.menu.isAccessible, (isAccessible) => {
<div class="right-part"
:class="props.isSubMenu ? 'sub-menu' : 'menu'"
>
<p-toggle-button :value="state.toggleState"
<p-toggle-button :disabled="props.menu.id === 'home-dashboard'"
:value="state.toggleState"
@change-toggle="handleChangeToggle"
/>
</div>
Expand Down

1 comment on commit 5a1f859

@vercel
Copy link

@vercel vercel bot commented on 5a1f859 Mar 12, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

console – ./

console-cloudforet.vercel.app
console-git-master-cloudforet.vercel.app
spaceone-console.vercel.app

Please sign in to comment.