Skip to content
Snippets Groups Projects
Unverified Commit 6c8ede78 authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

Fix typo in schemas.js (#23189)

unqiue -> unique
parent 1e28caf8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ export default createEntity({
}
const schemaNames = await listDatabaseSchemas({ dbId });
return schemaNames.map(schemaName => ({
// NOTE: needs unqiue IDs for entities to work correctly
// NOTE: needs unique IDs for entities to work correctly
id: generateSchemaId(dbId, schemaName),
name: schemaName,
database: { id: dbId },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment