diff --git a/src/components/wrappers/dashboard/database/channels-policy/policy-form.tsx b/src/components/wrappers/dashboard/database/channels-policy/policy-form.tsx index f5247c0c..f2da6250 100644 --- a/src/components/wrappers/dashboard/database/channels-policy/policy-form.tsx +++ b/src/components/wrappers/dashboard/database/channels-policy/policy-form.tsx @@ -55,7 +55,7 @@ export const ChannelPoliciesForm = ({ const isMobile = useIsMobile(); const channelText = getChannelTextBasedOnKind(kind); - const isBackupOnly = backupOnly.some((type) => database.dbms === type) + const isBackupOnly = backupOnly.some((type) => database.dbms === type); const organizationChannels = channels.map(c => c.id);