diff --git a/services/QuillLMS/client/app/bundles/Shared/components/shared/checkBox.tsx b/services/QuillLMS/client/app/bundles/Shared/components/shared/checkBox.tsx index b875c363506..0750e3694ec 100644 --- a/services/QuillLMS/client/app/bundles/Shared/components/shared/checkBox.tsx +++ b/services/QuillLMS/client/app/bundles/Shared/components/shared/checkBox.tsx @@ -11,7 +11,7 @@ const DARK = 'dark' const LIGHT = 'light' interface checkboxProps { - label: string; + label?: string; mode?: string; onClick?: () => void; state?: string; @@ -61,7 +61,7 @@ export const Checkbox = ({ label, mode=LIGHT, onClick, state, selected, id, }: c return (
{renderCheckbox()} - + {label && }
); }; diff --git a/services/QuillLMS/client/app/bundles/Staff/components/evidence/__tests__/__snapshots__/upperFormSection.test.tsx.snap b/services/QuillLMS/client/app/bundles/Staff/components/evidence/__tests__/__snapshots__/upperFormSection.test.tsx.snap index 43e4056b83c..5c32014b91f 100644 --- a/services/QuillLMS/client/app/bundles/Staff/components/evidence/__tests__/__snapshots__/upperFormSection.test.tsx.snap +++ b/services/QuillLMS/client/app/bundles/Staff/components/evidence/__tests__/__snapshots__/upperFormSection.test.tsx.snap @@ -100,8 +100,8 @@ exports[`UpperFormSection component should render UpperFormSection 1`] = ` "value": "AutoML", }, Object { - "label": "RAG", - "value": "RAG", + "label": "GenerativeLabel", + "value": "GenerativeLabel", }, Object { "label": "GenAI", diff --git a/services/QuillLMS/client/app/bundles/Staff/components/evidence/activities.tsx b/services/QuillLMS/client/app/bundles/Staff/components/evidence/activities.tsx index 5ec8a8bd7ae..3dcb3c93c72 100644 --- a/services/QuillLMS/client/app/bundles/Staff/components/evidence/activities.tsx +++ b/services/QuillLMS/client/app/bundles/Staff/components/evidence/activities.tsx @@ -69,9 +69,9 @@ const Activities = ({ location, match }) => { const dataTableFields = [ { name: "Activity ID", attribute:"id", width: "80px", rowSectionClassName: 'center-content', headerClassName: 'center-content', isSortable: true, }, - { name: "Type", attribute: "ai_type", width: "60px", noTooltip: true, }, + { name: "Type", attribute: "ai_type", width: "120px", noTooltip: true, }, { name: "Internal Name", attribute:"notes", width: "250px", isSortable: true, sortAttribute: 'internalNameForSort', }, - { name: "Activity Name", attribute:"title", width: "660px", isSortable: true, sortAttribute: 'activityNameForSort', }, + { name: "Activity Name", attribute:"title", width: "600px", isSortable: true, sortAttribute: 'activityNameForSort', headerClassName: 'grow-to-fit', rowSectionClassName: 'grow-to-fit' }, { name: "Highlight Validation", attribute:"valid_highlights", width: "60px", noTooltip: true, rowSectionClassName: 'center-content', headerClassName: 'center-content' } ]; diff --git a/services/QuillLMS/client/app/bundles/Staff/components/evidence/llmPromptDatasets/individualDataset/__tests__/__snapshots__/activateLLMPromptModal.test.tsx.snap b/services/QuillLMS/client/app/bundles/Staff/components/evidence/llmPromptDatasets/individualDataset/__tests__/__snapshots__/activateLLMPromptModal.test.tsx.snap new file mode 100644 index 00000000000..b2290654261 --- /dev/null +++ b/services/QuillLMS/client/app/bundles/Staff/components/evidence/llmPromptDatasets/individualDataset/__tests__/__snapshots__/activateLLMPromptModal.test.tsx.snap @@ -0,0 +1,150 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`ActivateLLMPromptModal renders modal with confirmation message 1`] = ` + +