- added endpoints for dns and other
This commit is contained in:
@@ -37,7 +37,7 @@ const ChannelCard = ({ touched, isSubmitting, isBof2ConstantsLoading, isDispatch
|
||||
}, [backOfficeQuery.isSuccess, mapped, setFieldValue]);
|
||||
|
||||
return (
|
||||
<Card className="p-4">
|
||||
<Card className="p-4 overflow-y-auto ">
|
||||
<CardHeader title={`Channel (${values?.format})`} />
|
||||
{!isBof2ConstantsLoading && !isDispatcherLoading && !isBackOfficeQueryLoading ? (
|
||||
<ChannelFields
|
||||
|
||||
Reference in New Issue
Block a user