Skip to content

Commit

Permalink
UCEM-726 : Updated the default value as works for sor type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulika-eGov committed Sep 5, 2024
1 parent a3bc925 commit 16940f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const fetchData = async (sorid, state, setState, setShowToast) => {

const searchSor = (props) => {
const { t } = useTranslation();
const [stateData, setStateData] = useState({});
const [stateData, setStateData] = useState({SORType:"W"});
const [selectedSOR, setSelectedSOR] = useState(null);
const [showToast, setShowToast] = useState({show : false, label : "", error : false});
const { register, setValue, watch } = props;
Expand Down

0 comments on commit 16940f0

Please sign in to comment.