File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
packages/core/src/amazonq/webview Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export function dispatchWebViewMessagesToApps(
7171 return
7272 }
7373 case 'disclaimer-acknowledged' : {
74- void globals . globalState . tryUpdate ( 'aws.amazonq.disclaimerAcknowledged' , true )
74+ globals . globalState . tryUpdate ( 'aws.amazonq.disclaimerAcknowledged' , true )
7575 return
7676 }
7777 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import { tryNewMap } from '../../util/functionUtils'
3131import { welcomeScreenTabData } from './walkthrough/welcome'
3232import { agentWalkthroughDataModel } from './walkthrough/agent'
3333import { createClickTelemetry , createOpenAgentTelemetry } from './telemetry/actions'
34- import { disclaimerAcknowledgeButtonId , disclaimerCard } from './disclaimer /disclaimer'
34+ import { disclaimerAcknowledgeButtonId , disclaimerCard } from './texts /disclaimer'
3535
3636export const createMynahUI = (
3737 ideApi : any ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments