Skip to content

Commit

Permalink
missing fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Jun 6, 2024
1 parent d2ee1cb commit 89b9f07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {gql} from '@apollo/client';

import {REPOSITORY_INFO_FRAGMENT} from './RepositoryInformation';
import {PYTHON_ERROR_FRAGMENT} from '../app/PythonErrorFragment';
import {BASIC_INSTIGATION_STATE_FRAGMENT} from '../overview/BasicInstigationStateFragment';
import {SENSOR_SWITCH_FRAGMENT} from '../sensors/SensorSwitch';

export const LOCATION_WORKSPACE_QUERY = gql`
Expand Down Expand Up @@ -117,6 +118,7 @@ export const LOCATION_WORKSPACE_QUERY = gql`
sensorType
...SensorSwitchFragment
}
${BASIC_INSTIGATION_STATE_FRAGMENT}
${SENSOR_SWITCH_FRAGMENT}
${PYTHON_ERROR_FRAGMENT}
${REPOSITORY_INFO_FRAGMENT}
Expand Down

0 comments on commit 89b9f07

Please sign in to comment.