Skip to content

Commit 29ccd4f

Browse files
committed
Remove outdated comment
1 parent 2d62a1b commit 29ccd4f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/components/src/internal/components/editable/EditableGridLoaderFromSelection.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import { Map } from 'immutable';
17-
1816
import { getSelectedDataDeprecated } from '../../actions';
1917

2018
import { QueryModel } from '../../../public/QueryModel/QueryModel';
@@ -64,9 +62,6 @@ export class EditableGridLoaderFromSelection implements EditableGridLoader {
6462
async fetch(): Promise<GridResponse> {
6563
const { queryName, queryParameters, schemaName, sortString, viewName } = this.queryModel;
6664
const selectedIds = this.queryModel.getSelectedIds(this.idsNotPermitted);
67-
// TODO: when going form Bulk Update -> Edit in Grid this getSelectedData call is redundant, as our
68-
// BulkUpdateForm gives us the selected data. In a future PR we'll update this loader to optionally accept the
69-
// already existing selection data. See SamplesEditableGrid for an example that is passed selectionData.
7065
const { data, dataIds } = await getSelectedDataDeprecated(
7166
schemaName,
7267
queryName,

0 commit comments

Comments
 (0)