Removed default CC status IO-461

This commit is contained in:
Patrick Fic
2021-02-02 08:32:24 -08:00
parent d8d77f8723
commit 48bee3aae1
3 changed files with 14 additions and 22 deletions

View File

@@ -3,10 +3,7 @@ import { Select } from "antd";
import { useTranslation } from "react-i18next";
const { Option } = Select;
const CourtesyCarStatusComponent = (
{ value = "courtesycars.status.in", onChange },
ref
) => {
const CourtesyCarStatusComponent = ({ value, onChange }, ref) => {
const [option, setOption] = useState(value);
const { t } = useTranslation();