Remove references to addCollectionDefaultFlight parameter. (#1741)

This commit is contained in:
jawelton74
2024-02-08 11:49:40 -08:00
committed by GitHub
parent 35ca7944ae
commit f8cfc6c21c
7 changed files with 2 additions and 14 deletions

View File

@@ -59,7 +59,6 @@ export const CassandraAddCollectionPane: FunctionComponent<CassandraAddCollectio
defaultsCheck: {
storage: "u",
throughput: newKeySpaceThroughput || tableThroughput,
flight: userContext.addCollectionFlight,
},
dataExplorerArea: Constants.Areas.ContextualPane,
};