From d00ba5d40d81b5540f095efbf3a568e74f435be2 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Mon, 7 Oct 2024 14:21:17 -0500 Subject: [PATCH] restrict the `list:paired` creator to required extensions --- .../PairedListCollectionCreator.vue | 29 +++++++++++++++---- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/client/src/components/Collections/PairedListCollectionCreator.vue b/client/src/components/Collections/PairedListCollectionCreator.vue index 6e9ada15396d..68c5f093a8f5 100644 --- a/client/src/components/Collections/PairedListCollectionCreator.vue +++ b/client/src/components/Collections/PairedListCollectionCreator.vue @@ -1,11 +1,12 @@