Skip to content

Commit

Permalink
Update src/common/chat-participants/powerpages/commands/create-site/C…
Browse files Browse the repository at this point in the history
…reateSiteTypes.ts

Co-authored-by: Priyanshu Agrawal <[email protected]>
  • Loading branch information
amitjoshi438 and priyanshu92 authored Dec 3, 2024
1 parent 32bb589 commit 5c67c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface IPreviewSitePagesContentOptions {
export interface ISiteInputState {
siteName: string;
envName: string;
OrgUrl: string;
orgUrl: string;
domainName: string;
title: string;
step: number;
Expand Down

0 comments on commit 5c67c77

Please sign in to comment.