Skip to content

Commit

Permalink
Fixes lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak committed Jan 3, 2025
1 parent 2452390 commit 0c3063b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export class StepSelectBrokers extends Component<{
<div style={{ margin: '2em 1em' }}>
<h2>Target Brokers</h2>
<p>
Choose the target brokers to move the selected partitions to. Redpanda Console will
distribute partitions across the available racks of the selected target brokers.
Choose the target brokers to move the selected partitions to. Redpanda Console will distribute partitions
across the available racks of the selected target brokers.
</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from '@redpanda-data/ui';
import { action, makeObservable, observable } from 'mobx';
import { observer } from 'mobx-react';
import { editor } from 'monaco-editor';
import type { editor } from 'monaco-editor';
import React, { useState } from 'react';
import { Link } from 'react-router-dom';
import { PipelineCreate } from '../../../protogen/redpanda/api/dataplane/v1alpha2/pipeline_pb';
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/state/backendApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ import type {
import type { TransformMetadata } from '../protogen/redpanda/api/dataplane/v1alpha1/transform_pb';
import {
GetPipelinesBySecretsRequest,
Pipeline,
PipelineCreate,
PipelineUpdate,
type Pipeline,
type PipelineCreate,
type PipelineUpdate,
} from '../protogen/redpanda/api/dataplane/v1alpha2/pipeline_pb';
import {
type CreateSecretRequest,
Expand Down

0 comments on commit 0c3063b

Please sign in to comment.