- removed ids in api enpoints as they are in JSON objects being sent

This commit is contained in:
2025-11-10 09:05:08 +00:00
parent d57ad1003a
commit a734de6261
7 changed files with 14 additions and 10 deletions

View File

@@ -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;