Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove export
  • Loading branch information
nikkikapadia committed Mar 12, 2026
commit c822c15681cd83322aa76efab0e9cde4fd78bcec
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const DETAIL_WIDGET_FIELDS: DefaultDetailWidgetFields[] = [

export const MAX_NUM_Y_AXES = 3;

export const TEXT_WIDGET_CONTENT_SESSION_KEY = 'dashboard:edit-widget:text-content';
const TEXT_WIDGET_CONTENT_SESSION_KEY = 'dashboard:edit-widget:text-content';

export type WidgetBuilderStateQueryParams = {
axisRange?: AxisRange;
Expand Down
Loading