Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
Signed-off-by: ruiyi.jiang <[email protected]>
  • Loading branch information
shanghaikid committed Aug 6, 2023
1 parent b18aab3 commit cfe4e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/context/Database.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const databaseContext = createContext<DatabaseContextType>({

const { Provider } = databaseContext;
export const DatabaseProvider = (props: { children: React.ReactNode }) => {
// get milvus address from local storage
const [database, setDatabase] = useState<string>('default');
const [databases, setDatabases] = useState<string[]>(['default']);

Expand Down

0 comments on commit cfe4e23

Please sign in to comment.