Procházet zdrojové kódy

width on selectwrapper

jusrhee před 2 roky
rodič
revize
6a1587af14
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dashboard/src/components/porter/Select.tsx

+ 1 - 1
dashboard/src/components/porter/Select.tsx

@@ -125,7 +125,7 @@ const Error = styled.div`
   }
 `;
 
-const SelectWrapper = styled.div<{ width: string }>`
+const SelectWrapper = styled.div<{ width?: string }>`
   position: relative;
   padding-left: 10px;
   padding-right: 28px;