- removed ids in api enpoints as they are in JSON objects being sent
This commit is contained in:
@@ -27,7 +27,7 @@ const ChannelCard = ({ touched, isSubmitting, isBof2ConstantsLoading, isDispatch
|
||||
connectTimeoutSeconds: Number(d?.propConnectTimeoutSeconds?.value),
|
||||
readTimeoutSeconds: Number(d?.propReadTimeoutSeconds?.value),
|
||||
};
|
||||
}, [backOfficeQuery.data]);
|
||||
}, [backOfficeQuery?.data]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!backOfficeQuery?.isSuccess) return;
|
||||
|
||||
Reference in New Issue
Block a user