mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 06:09:23 +00:00
Kill no files
This commit is contained in:
parent
12472b9b33
commit
9e9ea33390
@ -62,7 +62,6 @@ const FileStatusIndicator = ({
|
||||
if (!hasRecentFiles) {
|
||||
return (
|
||||
<Text size="sm" c="dimmed">
|
||||
{t("files.noFiles", "No files uploaded. ")}{" "}
|
||||
<Anchor
|
||||
size="sm"
|
||||
onClick={handleNativeUpload}
|
||||
@ -77,7 +76,6 @@ const FileStatusIndicator = ({
|
||||
// If there are recent files, show add files button
|
||||
return (
|
||||
<Text size="sm" c="dimmed">
|
||||
{t("files.noFiles", "No files uploaded. ")}{" "}
|
||||
<Anchor
|
||||
size="sm"
|
||||
onClick={openFilesModal}
|
||||
|
Loading…
x
Reference in New Issue
Block a user