Skip to content

refactor: Use refs instead of querySelector()

Paul Gascou-Vaillancourt requested to merge empty-state-refs into master

Refactor of the empty_state component to leverage Vue refs which lets us remove calls to querySelector() in the mounted hook (should be more predictable and efficient).

Edited by Paul Gascou-Vaillancourt

Merge request reports