feat: add certification info to table selector (#11785)

This commit is contained in:
Erik Ritter
2020-11-24 12:13:52 -08:00
committed by GitHub
parent 302357f3e7
commit c0224aa928
6 changed files with 46 additions and 12 deletions

View File

@@ -60,11 +60,12 @@ const schemaOptions = {
};
const selectedSchema = { label: 'main', title: 'main', value: 'main' };
const selectedTable = {
extra: null,
label: 'birth_names',
schema: 'main',
title: 'birth_names',
value: 'birth_names',
type: undefined,
value: 'birth_names',
};
async function mountAndWait(props = mockedProps) {