all good
This commit is contained in:
parent
47d89f6fad
commit
017902b8e6
82 changed files with 331466 additions and 54841 deletions
|
|
@ -21,6 +21,7 @@ interface MobileMenuProps {
|
|||
exportState: HeaderExportState | null;
|
||||
onSaveSearch: (() => void) | null;
|
||||
savingSearch: boolean;
|
||||
isEditingSearch: boolean;
|
||||
user: AuthUser | null;
|
||||
onLoginClick: () => void;
|
||||
onRegisterClick: () => void;
|
||||
|
|
@ -40,6 +41,7 @@ export default function MobileMenu({
|
|||
exportState,
|
||||
onSaveSearch,
|
||||
savingSearch,
|
||||
isEditingSearch,
|
||||
user,
|
||||
onLoginClick,
|
||||
onRegisterClick,
|
||||
|
|
@ -144,7 +146,7 @@ export default function MobileMenu({
|
|||
) : (
|
||||
<BookmarkIcon className="w-4 h-4" />
|
||||
)}
|
||||
{t('common.save')}
|
||||
{isEditingSearch ? t('common.update') : t('common.save')}
|
||||
</button>
|
||||
)}
|
||||
{dashboardSavedItem}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue