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