From 8bb730b4932b03a28d2adfc3375ebe27232a072c Mon Sep 17 00:00:00 2001 From: BrittainJackson7 <brittainjackson7@gmail.com> Date: Fri, 10 Nov 2023 10:25:05 -0700 Subject: [PATCH] Change queryable selection label to 'Show Properties' --- src/components/presentational/SearchAndFilterInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/presentational/SearchAndFilterInput.jsx b/src/components/presentational/SearchAndFilterInput.jsx index 1152cc7fb..ceec8f7c3 100644 --- a/src/components/presentational/SearchAndFilterInput.jsx +++ b/src/components/presentational/SearchAndFilterInput.jsx @@ -356,7 +356,7 @@ export default function SearchAndFilterInput(props) { <span> <FormControl sx={{ minWidth: 150 , minHeight: 40}}> <InputLabel id="selectQueryLabel" size="small" style={{paddingTop: '0.2rem'}}> - Select Query + Show Properties </InputLabel> <Select labelId="selectQueryLabel" -- GitLab