Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/frontend/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const Layout = ({ children,toggleSpinner, ...props }: LayoutProps) => {
const [isSharePanelOpen, setIsSharePanelOpen] = useState<boolean>(false);
const [copyClicked, setCopyClicked] = useState<boolean>(false);
const [copyText, setCopyText] = useState<string>("Copy URL");
const [count, setCount] = useState<boolean>(false);


const handleShareClick = () => {
setIsSharePanelOpen(true);
Expand Down
2 changes: 1 addition & 1 deletion docs/container_registry_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Before you begin, ensure you have the following information:
- Set the **Full Image name** to the relevant image name and tag:
- For Web App: `rag-webapp:latest`

![Deployment Center](images/deployment_center.png)
![Deployment Center](images/deployment_center_test2.png)

5. **Save Changes**:
- Click **Save** to save the configuration.
Expand Down
2 changes: 1 addition & 1 deletion docs/contract_assistance.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In the admin panel, there is a dropdown to select the Chat With Your Data Contra

- **Default**: Chat With Your Data default prompt.

![UnSelected](images/cwyd_admin_contract_unselected.png)
![UnSelected](images/cwyd_admin_contract_unselected_test.png)

- **Selected**: Contract Review and Summarization Assistant prompt.

Expand Down
Loading