Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior539 committed Mar 19, 2024
1 parent 3b0e3a5 commit 4a50868
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/scenes/onboarding/sdks/SDKs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function SDKs({
allowClear
onChange={(v) => setSourceFilter(v)}
options={sourceOptions}
placeholder="Select a framework type"
placeholder="Select a source type"
value={sourceFilter}
fullWidth
/>
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/scenes/onboarding/sdks/feature-flags/angular.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import { SDKKey } from '~/types'

import { NodeInstallSnippet, NodeSetupSnippet } from '../sdk-install-instructions'
import { SDKInstallAngularInstructions } from '../sdk-install-instructions/angular'
import { FlagImplementationSnippet } from './flagImplementationSnippet'
import { LemonDivider } from 'lib/lemon-ui/LemonDivider'

export function FeatureFlagsAngularInstructions(): JSX.Element {
return (
<>
<SDKInstallAngularInstructions />
<LemonDivider thick dashed className="my-4" />
<FlagImplementationSnippet sdkKey={SDKKey.JS_WEB} />
</>
)
Expand Down

0 comments on commit 4a50868

Please sign in to comment.