Skip to content

Commit

Permalink
chore(ui): remove MQTT EOL alert banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarius committed Nov 19, 2024
1 parent 4087276 commit 0c7521d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
60 changes: 0 additions & 60 deletions src/writeData/subscriptions/components/MqttEolAlert.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {SortTypes} from 'src/shared/utils/sort'
import {SearchWidget} from 'src/shared/components/search_widget/SearchWidget'
import ResourceSortDropdown from 'src/shared/components/resource_sort_dropdown/ResourceSortDropdown'
import LoadDataTabbedPage from 'src/settings/components/LoadDataTabbedPage'
import {MqttEolAlert} from 'src/writeData/subscriptions/components/MqttEolAlert'

// Contexts
import {
Expand Down Expand Up @@ -114,7 +113,6 @@ const SubscriptionsLanding: FC = () => {
>
<LoadDataHeader />
<LoadDataTabbedPage activeTab="subscriptions">
<MqttEolAlert />
<SpinnerContainer
spinnerComponent={<TechnoSpinner />}
loading={loading}
Expand Down

0 comments on commit 0c7521d

Please sign in to comment.