1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: add projects and environments field to addon select

This commit is contained in:
Christopher Kolstad 2022-07-12 14:32:24 +02:00
parent e3c9eaae3a
commit 783a039980
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -14,6 +14,8 @@ const COLUMNS = [
'description',
'parameters',
'events',
'projects',
'environments',
];
const TABLE = 'addons';