Hello,
I had the same issue and I resolved it by removing continue and keep only break.
case ‘auto-draft’: continue; break; ==> case ‘auto-draft’: break;
-
This reply was modified 6 years, 8 months ago by kchempes.
-
This reply was modified 6 years, 8 months ago by kchempes.