Web: AutoBackup: Added constants.

This commit is contained in:
Tatiana Lopaeva 2021-10-05 19:22:41 +03:00
parent c82b931cc6
commit 37094d5f90

View File

@ -23,7 +23,7 @@ import ScheduleComponent from "../sub-components-automatic-backup/scheduleCompon
import { ThirdPartyStorages } from "@appserver/common/constants";
import { StyledAutoBackup } from "../styled-backup";
let googleStorageId = "GoogleCloud";
let googleStorageId = ThirdPartyStorages.GoogleId;
let inputValueArray;
let numberPeriodFromSessionStorage = null;