Skip to content

Commit

Permalink
add back dlt comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWhitneyAI committed Nov 22, 2024
1 parent 07a2715 commit ccca39f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/state/interaction/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export const initialState: InteractionStateBranch = {
environment: Environment.PRODUCTION,
contextMenuIsVisible: false,
contextMenuItems: [],
// Passed to `ContextualMenu` as `target`. From the "@fluentui/react" docs:
// "The target that ContextualMenu should try to position itself based on.
// It can be either an element, a query selector string resolving to a valid element, or a MouseEvent.
// If a MouseEvent is given, the origin point of the event will be used."
contextMenuPositionReference: null,
datasetDetailsPanelIsVisible: false,
fileFiltersForVisibleModal: [],
Expand All @@ -84,6 +88,7 @@ export const initialState: InteractionStateBranch = {
fileViewerService: new FileViewerServiceNoop(),
frontendInsights: new FrontendInsights({
application: {
// Kept old name to compare usage more easily in Amplitude UI
name: "FMS File Explorer",
version: "0.0.0-noop",
},
Expand Down

0 comments on commit ccca39f

Please sign in to comment.