IO-766 Added Disk Scan for estimates.
This commit is contained in:
@@ -43,3 +43,8 @@ export const setJobReadOnly = (bool) => ({
|
||||
type: ApplicationActionTypes.SET_JOB_READONLY,
|
||||
payload: bool,
|
||||
});
|
||||
|
||||
export const setPartnerVersion = (version) => ({
|
||||
type: ApplicationActionTypes.SET_PARTNER_VERSION,
|
||||
payload: version,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user