From 9c55b18a2c78fe465b342ab31c5159e1f56ccfa2 Mon Sep 17 00:00:00 2001 From: George Anderson Date: Thu, 9 Mar 2023 11:05:17 -0800 Subject: [PATCH] fix: Remove line causing errors (#76) --- lib/ash_phoenix/filter_form/filter_form.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ash_phoenix/filter_form/filter_form.ex b/lib/ash_phoenix/filter_form/filter_form.ex index 1a33cfc..2f14705 100644 --- a/lib/ash_phoenix/filter_form/filter_form.ex +++ b/lib/ash_phoenix/filter_form/filter_form.ex @@ -631,7 +631,6 @@ defmodule AshPhoenix.FilterForm do @doc "Returns the list of available predicates for the given resource, which may be functions or operators." def predicates(resource) do resource - |> Ash.DataLayer.data_layer() |> Ash.DataLayer.functions() |> Enum.concat(Ash.Filter.builtin_functions()) |> Enum.filter(fn function ->