jusrhee 2 лет назад
Родитель
Сommit
6a1587af14
1 измененных файлов с 1 добавлено и 1 удалено
  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;