Closed Bluerberry closed 3 months ago
Maybe instead of
class SandboxModal { code: string = '' name: string = ''
we could have a fixed values property for modals, so that the base class in its hide method can loop through those values and set them to ''
values
''
Maybe instead of
we could have a fixed
values
property for modals, so that the base class in its hide method can loop through those values and set them to''