diff --git a/CONTRIBUTING_MACOS.md b/CONTRIBUTING_MACOS.md index 519eccffd51..c72f8eb4139 100644 --- a/CONTRIBUTING_MACOS.md +++ b/CONTRIBUTING_MACOS.md @@ -28,4 +28,6 @@ MacOS will likely require you to remove some quarantine attributes on some of th After installing pre-commit, run the following command: ```bash sudo xattr -r -d com.apple.quarantine ~/.cache/pre-commit -``` \ No newline at end of file +``` + +doc version 0.1 diff --git a/web/src/app/admin/prompt-library/promptLibrary.tsx b/web/src/app/admin/prompt-library/promptLibrary.tsx index 0b47bf40ad1..8a046893dfb 100644 --- a/web/src/app/admin/prompt-library/promptLibrary.tsx +++ b/web/src/app/admin/prompt-library/promptLibrary.tsx @@ -202,7 +202,7 @@ export const PromptLibraryTable = ({ ))} -
+
@@ -220,7 +220,16 @@ export const PromptLibraryTable = ({ .map((item) => ( {item.prompt} - {item.content} + + {item.content} + {item.active ? "Active" : "Inactive"}