We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bbea5 commit 5d5a1b9Copy full SHA for 5d5a1b9
ui/packages/app/src/project_setting/form/Stream.js
@@ -38,7 +38,7 @@ export const Stream = ({
38
options={streamOptions}
39
onChange={onStreamChange}
40
onCreateOption={config.ALLOW_CUSTOM_STREAM ? onStreamChange : undefined}
41
- isDiasbled={isDisabled}
+ isDisabled={isDisabled}
42
/>
43
</EuiFormRow>
44
);
ui/packages/app/src/project_setting/form/Team.js
@@ -44,7 +44,7 @@ export const Team = ({
options={teamOptions}
45
onChange={onTeamChange}
46
onCreateOption={config.ALLOW_CUSTOM_TEAM ? onTeamChange : undefined}
47
48
49
50
0 commit comments