Update BookerLayoutSelector.tsx

This commit is contained in:
Moulibrota Das 2024-01-10 00:19:30 +05:30 committed by GitHub
parent 19a13d0c51
commit 125d1a9ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ export const BookerLayoutSelector = ({
isDark,
isDisabled = false,
isOuterBorder = false,
isUpdateBtnLoading,
isUpdateBtnLoading = false,
}: BookerLayoutSelectorProps) => {
const { control, getValues } = useFormContext();
const { t } = useLocale();