frontend validation

This commit is contained in:
EthanHealy01 2025-12-18 15:42:59 +00:00
parent 786252e6f8
commit c5d6716ab3
2 changed files with 1 additions and 3 deletions

View File

@ -4103,6 +4103,7 @@ editStampHint = "To change the image, delete this stamp and add a new one."
editSwitchToSelect = "Switch to Select & Edit to edit this annotation."
undo = "Undo"
redo = "Redo"
applyChanges = "Apply Changes"
[search]
title = "Search PDF"

View File

@ -58,9 +58,6 @@ export function useViewerRightRailButtons() {
const saveChangesLabel = t('rightRail.saveChanges', 'Save Changes');
const viewerButtons = useMemo<RightRailButtonWithAction[]>(() => {
const exportState = viewer.getExportState();
const canExport = Boolean(exportState?.canExport);
const buttons: RightRailButtonWithAction[] = [
{
id: 'viewer-search',