Skip to content

Commit

Permalink
test(dev): remove runs table history stepper as a panel function (#3598)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspun-wandb authored Feb 5, 2025
1 parent f41d515 commit 6681fca
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,3 @@ export const Spec: Panel2.PanelSpec<PanelRunsHistoryTablesConfigType> = {
},
}),
};

Panel2.registerPanelFunction(
Spec.id,
Spec.inputType,
Spec.equivalentTransform!
);

0 comments on commit 6681fca

Please sign in to comment.