Skip to content

Commit

Permalink
delete useless code
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <yubonluo@amazon.com>
  • Loading branch information
yubonluo committed Apr 15, 2024
1 parent 3c374f6 commit d873930
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,7 @@ export class SavedObjectsTable extends Component<SavedObjectsTableProps, SavedOb
onDuplicateAll = async () => {
const { notifications, http } = this.props;
let duplicateAllSavedObjects: SavedObjectWithMetadata[] = [];
const MAX_OBJECTS_AMOUNT: number = 200;
const findOptions = this.findOptions;
findOptions.perPage = MAX_OBJECTS_AMOUNT;
findOptions.sortField = 'updated_at';
findOptions.page = 1;

Expand Down

0 comments on commit d873930

Please sign in to comment.