Skip to content

Commit

Permalink
feat: fix tabs on config panel present that are unusable #2308
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshu44 authored and diehbria committed Dec 18, 2023
1 parent 3b0c59b commit 4d3b6d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const PropertiesPanel = () => {
{
label: 'Properties',
id: 'properties',
disabled: isJust(selection.type) && selection.type.value === 'text',
content: (
<SpaceBetween size='xs' direction='vertical'>
<PropertiesAndAlarmsSettingsConfiguration />
Expand Down

0 comments on commit 4d3b6d5

Please sign in to comment.