Skip to content

Commit

Permalink
Merge pull request #831 from BIDMCDigitalPsychiatry/gyroscope-changes
Browse files Browse the repository at this point in the history
Gyroscope updates
  • Loading branch information
sarithapillai8 authored Sep 12, 2024
2 parents 63133d3 + bf0e29a commit 645578f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions src/components/Researcher/ActivityList/ActivityMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,15 @@ export const SchemaList = () => {
},
},
},
"lamp.dcog": {
type: "object",
properties: {
settings: {
title: i18n.t("Activity Settings"),
type: "object",
},
},
},
"lamp.dbt_diary_card": {
type: "object",
properties: {
Expand Down
4 changes: 0 additions & 4 deletions src/components/shared/AutoSuggest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ export default function AutoSuggest(props) {
setValue(newValue)
}

useEffect(() => {
console.log(props)
}, [props])

// Autosuggest will call this function every time you need to update suggestions.
// You already implemented this logic above, so just use it.
const onSuggestionsFetchRequested = ({ value }) => {
Expand Down

0 comments on commit 645578f

Please sign in to comment.