Skip to content

Commit

Permalink
fix: update client id for onedrive
Browse files Browse the repository at this point in the history
  • Loading branch information
Psami-wondah committed Jun 10, 2024
1 parent 509bbaf commit 33422db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function AddDatasetFragment(props: Props) {
});

const { launchPicker, clearToken, connected } = useOneDrivePicker({
clientId: process.env.REACT_APP_ONEDRIVE_CLIENT_ID!,
clientId: "a5f756dd-d422-443e-93d2-3361f8a4a6f8",
onCancel: () => {
props.setActiveOption(null);
},
Expand Down

0 comments on commit 33422db

Please sign in to comment.