Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Aug 17, 2023
1 parent ec03daf commit a341f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/spikesorting/SpikeSorting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ interface SubjectMetadataType {
const SpikeSorting: React.FC<SpikeSortingProps> = ({ dandisets_labels }) => {
const [description, setDescription] = useState<string>('');
const [source, setSource] = useState<string>('DANDI');
const [sourceDataType, setSourceDataType] = useState<string>('');
const [sourceDataType, setSourceDataType] = useState<string>('NWB');
const [sourceDataPaths, setSourceDataPaths] = useState<Record<string, any>>({});
const [recordingKwargs, setRecordingKwargs] = useState<Record<string, any>>({});
const [selectedDandiset, setSelectedDandiset] = useState<string>('');
Expand Down

0 comments on commit a341f52

Please sign in to comment.