Skip to content

Commit

Permalink
minor change - remove yet used displayOrder
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <menwe@amazon.com>
  • Loading branch information
mengweieric committed Apr 30, 2024
1 parent b18cd4a commit 6514483
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugins/data/public/data_sources/datasource/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ export interface IDataSourceUISettings {
*/
typeLabel: string;

/**
* The order in which the data source should be displayed in the selector.
* @optional
*/
displayOrder?: number;

/**
* A short description of the data source.
* @optional
Expand Down

0 comments on commit 6514483

Please sign in to comment.