Move receipts and view/read syncs to new syncTasks system
This commit is contained in:
parent
1a263e63da
commit
75c32e86f0
33 changed files with 1242 additions and 612 deletions
|
@ -41,10 +41,8 @@ import {
|
|||
import { getHasStoriesSelector } from '../selectors/stories2';
|
||||
import { getIntl, getTheme, getUserACI } from '../selectors/user';
|
||||
import { useItemsActions } from '../ducks/items';
|
||||
import {
|
||||
getDeleteSyncSendEnabled,
|
||||
getLocalDeleteWarningShown,
|
||||
} from '../selectors/items';
|
||||
import { getLocalDeleteWarningShown } from '../selectors/items';
|
||||
import { getDeleteSyncSendEnabled } from '../selectors/items-extra';
|
||||
|
||||
export type OwnProps = {
|
||||
id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue