@apptimate/ui 6.6.0 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -371,7 +371,6 @@ export default function ItemFormWizard({
|
|
|
371
371
|
</div>
|
|
372
372
|
</div>
|
|
373
373
|
|
|
374
|
-
{formData.has_stocks && (
|
|
375
374
|
<div className="p-4 bg-gray-50/50 rounded-xl border border-gray-100">
|
|
376
375
|
<p className="text-[11px] font-bold text-gray-400 uppercase tracking-wider mb-3">Tracking Options</p>
|
|
377
376
|
<div className="flex flex-col sm:flex-row items-start sm:items-center gap-4 sm:gap-6">
|
|
@@ -411,7 +410,6 @@ export default function ItemFormWizard({
|
|
|
411
410
|
</div>
|
|
412
411
|
|
|
413
412
|
</div>
|
|
414
|
-
)}
|
|
415
413
|
|
|
416
414
|
{formData.has_stocks && formData.tracking_type !== 'serial' && (
|
|
417
415
|
<div className="p-4 bg-gray-50/50 rounded-xl border border-gray-100">
|