From 42c951751057eae7a5bf11df98c38b4c0fb5db38 Mon Sep 17 00:00:00 2001 From: Robbware Date: Wed, 4 Oct 2023 10:58:38 +0100 Subject: [PATCH] Add missing namespace to MultiComboBox --- COMET.Web.Common/Components/MultiComboBox.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/COMET.Web.Common/Components/MultiComboBox.razor b/COMET.Web.Common/Components/MultiComboBox.razor index 926ad8e3..485ce07f 100644 --- a/COMET.Web.Common/Components/MultiComboBox.razor +++ b/COMET.Web.Common/Components/MultiComboBox.razor @@ -19,6 +19,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -------------------------------------------------------------------------------> +@namespace COMET.Web.Common.Components @typeparam TItem