From 95d8b1fbf4bebdcec06845dcd4d3cbe9b1956815 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Sun, 22 Dec 2024 14:17:26 -0500 Subject: [PATCH] Refactor no items message out of collection creator for reuse. --- .../Collections/common/CollectionCreator.vue | 11 +++-------- .../common/CollectionCreatorNoItemsMessage.vue | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 client/src/components/Collections/common/CollectionCreatorNoItemsMessage.vue diff --git a/client/src/components/Collections/common/CollectionCreator.vue b/client/src/components/Collections/common/CollectionCreator.vue index c20ea07e3ac2..74f7fd98b91e 100644 --- a/client/src/components/Collections/common/CollectionCreator.vue +++ b/client/src/components/Collections/common/CollectionCreator.vue @@ -1,7 +1,7 @@ +