Skip to content

Commit

Permalink
chore[Op#55967]: ensure last project folders is passed down to stimul…
Browse files Browse the repository at this point in the history
…us controller
  • Loading branch information
akabiru committed Aug 8, 2024
1 parent 4c2dfa4 commit eaf0fbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class ProjectsStorageFormModalComponent < ApplicationComponent
include StimulusHelper
include AngularHelper

def initialize(project_storage:, **)
def initialize(project_storage:, last_project_folders: {}, **)
@project_storage = project_storage
@last_project_folders = {}
@last_project_folders = last_project_folders
super(@project_storage, **)
end

Expand Down

0 comments on commit eaf0fbc

Please sign in to comment.