We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8178647 commit a8fd4fcCopy full SHA for a8fd4fc
lib/plausible_web/live/components/dashboard/imported_data_warnings.ex
@@ -2,13 +2,12 @@ defmodule PlausibleWeb.Components.Dashboard.ImportedDataWarnings do
2
@moduledoc false
3
4
use PlausibleWeb, :component
5
- alias Phoenix.LiveView.AsyncResult
6
alias Plausible.Stats.QueryResult
7
8
def unsupported_filters(assigns) do
9
show? =
10
case assigns.query_result do
11
- %AsyncResult{result: %QueryResult{meta: meta}} ->
+ %QueryResult{meta: meta} ->
12
meta[:imports_skip_reason] == :unsupported_query
13
14
_ ->
0 commit comments