module Avo::Fields::Concerns::ReloadIcon

def reloadable?

def reloadable?
  Avo::ExecutionContext.new(target: @reloadable).handle
end