mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 09:58:50 -04:00
Use the same pattern as elsewhere for ‘new thing’
On the team and templates pages we have a pattern for adding a new ‘thing’, which is a green button in the top right. This commit changes the API key page to follow the same pattern.
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
key = $component.data('key'),
|
||||
thing = $component.data('thing');
|
||||
|
||||
console.log(thing)
|
||||
|
||||
$component
|
||||
.html(states.keyVisible(key, thing))
|
||||
.attr('aria-live', 'polite')
|
||||
|
||||
Reference in New Issue
Block a user