Skip to content

Commit

Permalink
pass time as a prop to component
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitd94 committed Nov 24, 2023
1 parent 8eaff56 commit 5fb21c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class IndexController extends Controller {
@tracked newStatus;
@tracked isPurgingCache = false;
@tracked cacheTriggeredPending = MAX_CACHE_PURGE_COUNT;
@tracked lastUpdatedCacheRequest = LAST_UPDATED_REQUEST;
lastUpdatedCacheRequest = LAST_UPDATED_REQUEST;

@action toggleUserStateModal() {
this.showUserStateModal = !this.showUserStateModal;
Expand Down

0 comments on commit 5fb21c6

Please sign in to comment.