We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c83ae commit 89753aeCopy full SHA for 89753ae
src/components/Store/newStore.tsx
@@ -27,7 +27,7 @@ const LOCAL_CUBE_URL = import.meta.env.VITE_CHRIS_UI_URL || "";
27
28
const NewStore: FC = () => {
29
const { isStaff, isLoggedIn } = useAppSelector((state) => state.user);
30
- const [selectedEnv, setSelectedEnv] = useState("PUBLIC CHRIS");
+ const [selectedEnv, setSelectedEnv] = useState("PUBLIC ChRIS");
31
const [searchTerm, setSearchTerm] = useState("");
32
const [searchField, setSearchField] = useState<
33
"name" | "authors" | "category"
0 commit comments