Add the search for Users Index LiveView.

This commit is contained in:
2025-04-17 12:18:15 +03:00
parent 1f895f7ef5
commit a3b5155337
4 changed files with 135 additions and 21 deletions
@@ -282,6 +282,7 @@ defmodule DecentralisedBookIndex.Accounts.User do
attribute :role, DecentralisedBookIndex.Accounts.Role do
allow_nil? false
default :user
public? true
end
end