From 6bc59822944d02443329d29967bf59559ce985da Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Fri, 14 Aug 2026 08:57:53 -0400 Subject: [PATCH] fix: update key prop in SelectModal options to use item.id for consistency --- src/views/Modals/Inputs/SelectModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Modals/Inputs/SelectModal.jsx b/src/views/Modals/Inputs/SelectModal.jsx index d04bd08..b1866e5 100644 --- a/src/views/Modals/Inputs/SelectModal.jsx +++ b/src/views/Modals/Inputs/SelectModal.jsx @@ -44,7 +44,7 @@ function SelectModal({ onChange={(_, value) => setSelected(value)} > {options.map(item => ( - ))}