message: t()

in src/components/LogList/LogActionBar.tsx [42:70]


      message: t('task.all-logs-copied'),
    });
  };

//
// Component
//

const LogActionBar: React.FC<LogActionBarProps> = ({
  setFullscreen,
  downloadlink,
  data,
  search,
  spaceAround = false,
}) => {
  const { addNotification } = useNotifications();
  const { t } = useTranslation();

  return (
    <LogActionBarContainer spaceAround={spaceAround} data-testid="log-action-bar">
      <>
        <SearchContainer>
          <FilterInput
            sectionLabel={t('task.log-search')}
            onChange={handleFilterChange(search)}
            onSubmit={handleFilterSubmit(search)}
            noClear
            customIcon={['search', 'sm']}
            customIconElement={