feat(channels): enhance channel configuration with account support and improve agent handling (#420)
This commit is contained in:
@@ -535,6 +535,7 @@ function AgentSettingsModal({
|
||||
configuredTypes={agent.channelTypes}
|
||||
showChannelName={false}
|
||||
allowExistingConfig
|
||||
agentId={agent.id}
|
||||
onClose={() => setShowChannelModal(false)}
|
||||
onChannelSaved={async (channelType) => {
|
||||
await handleChannelSaved(channelType);
|
||||
|
||||
Reference in New Issue
Block a user