fix: Owners selection in dataset edit UX (#17063)

* boilerplate

* update owner select component

* this is working

* update onchange

* refactorig

* you need to useMemo or things break

* update test

* prettier

* move logic into bootstrap data endpoint

* address concerns

* oops

* oops

* fix test
This commit is contained in:
Hugh A. Miles II
2021-10-12 17:27:56 -07:00
committed by GitHub
parent 11d52cb4e1
commit 959fd763a8
8 changed files with 61 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ const createProps = () => ({
name: 'channels',
type: 'table',
columns: [],
owners: [{ first_name: 'john', last_name: 'doe', id: 1, username: 'jd' }],
},
validationErrors: [],
name: 'datasource',