Skip to content

Commit

Permalink
updated the comments
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed Sep 4, 2024
1 parent 99c0d30 commit d680d88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/components/notebooks/components/note_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ export function NoteTable({
const [searchQuery, setSearchQuery] = useState('');
const location = useLocation();
const history = useHistory();
const [_dataSourceMDSId, setDataSourceMDSId] = useState<string | undefined>('');
const [_dataSourceMDSLabel, setDataSourceMDSLabel] = useState<string | undefined>('');

useEffect(() => {
setNavBreadCrumbs(
Expand Down Expand Up @@ -179,8 +177,6 @@ export function NoteTable({
const handleSelectedDataSourceChange = (id?: string, label?: string) => {
selectedDataSourceId = id;
selectedDataSourceLabel = label;
setDataSourceMDSId(id);
setDataSourceMDSLabel(label);
};
setModalLayout(
getSampleNotebooksModal(
Expand Down

0 comments on commit d680d88

Please sign in to comment.