chore: update archive modal content

This commit is contained in:
Aaryan Khandelwal
2024-06-04 14:31:23 +05:30
parent d22531f32b
commit 269fe6c412
2 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ export const BulkOperationsEnterpriseRoot: React.FC<Props> = (props) => {
const { handleClearSelection } = selectionHelpers;
return (
<div className={cn("sticky bottom-0 left-0 z-[2] h-14", className)}>
<div className={cn("sticky bottom-0 left-0 z-10 h-14", className)}>
<div className="size-full bg-custom-background-100 border-t border-custom-border-200 py-4 px-3.5 flex items-center divide-x-[0.5px] divide-custom-border-200 text-custom-text-300">
<div className="h-7 pr-3 text-sm flex items-center gap-2 flex-shrink-0">
<Checkbox

View File

@@ -66,9 +66,8 @@ export const BulkArchiveConfirmationModal: React.FC<Props> = observer((props) =>
title={`Archive ${issueVariant}`}
content={
<>
Are you sure you want to archive {issueIds.length} {issueVariant}? Sub issues of selected {issueVariant} will
also be archived. Once archived {issueIds.length > 1 ? "they" : "it"} can be restored later via the archives
section.
Are you sure you want to archive {issueIds.length} {issueVariant}? Once archived{" "}
{issueIds.length > 1 ? "they" : "it"} can be restored later via the archives section.
</>
}
primaryButtonText={{