🐛 Fix upload to shared drive #485

This commit is contained in:
Montassar Ghanmy
2024-04-22 07:53:45 +01:00
committed by GitHub
parent 3f484ed7f1
commit c082ad15ab
@@ -93,7 +93,7 @@ export default () => {
{FeatureTogglesService.isActiveFeatureName(FeatureNames.COMPANY_SHARED_DRIVE) && ( {FeatureTogglesService.isActiveFeatureName(FeatureNames.COMPANY_SHARED_DRIVE) && (
<Button <Button
onClick={() => { onClick={() => {
// setParentId('root') setParentId('root');
history.push( history.push(
RouterServices.generateRouteFromState({ RouterServices.generateRouteFromState({
companyId: company, companyId: company,