[MXS-4919] Move constant variables outside of vuex Created: 2024-01-05 Updated: 2024-01-30 Resolved: 2024-01-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxgui |
| Affects Version/s: | None |
| Fix Version/s: | 24.02.0 |
| Type: | Task | Priority: | Trivial |
| Reporter: | Duong Thien Ly | Assignee: | Duong Thien Ly |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-200, MXS-SPRINT-201 |
| Description |
|
Constant variables are static and don't change during the application's lifecycle, keeping those in vuex would introduce unnecessary complexity. |