Skip to content

Commit

Permalink
chore: fix minor
Browse files Browse the repository at this point in the history
Signed-off-by: yuda <[email protected]>
  • Loading branch information
yuda110 committed May 8, 2024
1 parent 0b9df58 commit 7cbb001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ watch(() => dashboardDetailState.variablesSchema.order, (after, before) => {
</template>
<template #col-use-format="{ value, item }">
<p-toggle-button :value="value"
:disabled="item.disabled || item.required"
:disabled="item.disabled || item.required || item.fixed || item.readonly"
@change-toggle="handleToggleUse(item.propertyName, value)"
/>
</template>
Expand Down

0 comments on commit 7cbb001

Please sign in to comment.