diff --git a/src/webviews/apps/shared/components/search/search-field.ts b/src/webviews/apps/shared/components/search/search-field.ts index f52611d..89fa6e7 100644 --- a/src/webviews/apps/shared/components/search/search-field.ts +++ b/src/webviews/apps/shared/components/search/search-field.ts @@ -1,4 +1,4 @@ -import { attr, css, customElement, FASTElement, html } from '@microsoft/fast-element'; +import { attr, css, customElement, FASTElement, html, observable, ref } from '@microsoft/fast-element'; import type { SearchQuery } from '../../../../../git/search'; import '../codicon'; @@ -8,15 +8,20 @@ const template = html` - +
+ +
${x => x.errorMessage}
+