Skip to content

Commit

Permalink
feat: migrate create user modal into react component
Browse files Browse the repository at this point in the history
  • Loading branch information
ironAiken2 authored and yomybaby committed Nov 6, 2024
1 parent 3853edc commit af7e2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/backend-ai-credential-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ export default class BackendAICredentialView extends BackendAIPage {
* @param {EventTarget} list - List webcomponent
*/
_showList(list) {
console.log('list', list);
const els = this.shadowRoot?.querySelectorAll<HTMLElement>(
'.list-content',
) as NodeListOf<HTMLElement>;
Expand Down

0 comments on commit af7e2b9

Please sign in to comment.