From 9b65586121b46d017e2214fbe267e503284319d7 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 2 Dec 2021 07:57:14 -0500 Subject: [PATCH] Remove unneeded prop. --- src/layouts/component-test/component-test.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index f4b4047fc..c64a3fe0a 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -81,7 +81,6 @@ groupName="demo-1" ariaLabelBy="vehicle-year" radioID="2021" - radioLabelValue="2021" textPosition="text-start" loaderColor="blue" loaderPosition="right" @@ -91,7 +90,6 @@ groupName="demo-1" ariaLabelBy="vehicle-year" radioID="2020" - radioLabelValue="2020" textPosition="text-start" loaderColor="blue" loaderPosition="right" @@ -101,7 +99,6 @@ groupName="demo-1" ariaLabelBy="vehicle-year" radioID="2019" - radioLabelValue="2019" textPosition="text-start" loaderColor="blue" loaderPosition="right" @@ -123,7 +120,6 @@ groupName="demo-2" ariaLabelBy="vehicle-make" radioID="Chevrolet" - radioLabelValue="Chevrolet" radioLabelSubCopy="Test sub-headline" textPosition="text-start" loaderColor="blue" @@ -134,7 +130,6 @@ groupName="demo-2" ariaLabelBy="vehicle-make" radioID="Dodge" - radioLabelValue="Dodge" radioLabelSubCopy="Test sub-headline" textPosition="text-start" loaderColor="blue" @@ -145,7 +140,6 @@ groupName="demo-2" ariaLabelBy="vehicle-make" radioID="Ford" - radioLabelValue="Ford" radioLabelSubCopy="Test sub-headline" textPosition="text-start" loaderColor="blue" @@ -163,7 +157,6 @@ groupName="demo-3" ariaLabelBy="vehicle-model" radioID="Corvette" - radioLabelValue="Corvette" radioLabelSubCopy="Test sub-headline" textPosition="text-center" loaderColor="blue" @@ -174,7 +167,6 @@ groupName="demo-3" ariaLabelBy="vehicle-model" radioID="Testarosa" - radioLabelValue="Testarosa" radioLabelSubCopy="Test sub-headline" textPosition="text-center" loaderColor="blue" @@ -185,7 +177,6 @@ groupName="demo-3" ariaLabelBy="vehicle-model" radioID="S600" - radioLabelValue="S600" radioLabelSubCopy="Test sub-headline" textPosition="text-center" loaderColor="blue"