feat: latest tasks
This commit is contained in:
@@ -61,7 +61,6 @@ const useMarketplacesPageState = () => {
|
||||
|
||||
const onSynchronize = (marketplace: MarketplaceSchema) => {
|
||||
|
||||
// If there is already synchronization task for this marketplace show notifications.error()
|
||||
const task = tasks.find(task => task.info.marketplaceId === marketplace.id);
|
||||
if (task) {
|
||||
notifications.error({
|
||||
|
||||
Reference in New Issue
Block a user