feat(export): show refresh button sooner
This commit is contained in:
parent
8eac50f7c9
commit
c1ae9d03be
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Export < ApplicationRecord
|
|||
end
|
||||
|
||||
def old?
|
||||
updated_at < 20.minutes.ago || filters_changed?
|
||||
updated_at < 10.minutes.ago || filters_changed?
|
||||
end
|
||||
|
||||
def filters_changed?
|
||||
|
|
Loading…
Reference in a new issue