mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:29:36 +00:00
Add textbox closing after channel/playlist subscribing
This commit is contained in:
@@ -120,7 +120,8 @@ const Channels = () => {
|
||||
onClick={async () => {
|
||||
await updateBulkChannelSubscriptions(channelsToSubscribeTo, true);
|
||||
|
||||
setRefresh(true);
|
||||
setShowNotification(true);
|
||||
setShowAddForm(false);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,6 +107,7 @@ const Playlists = () => {
|
||||
onClick={async () => {
|
||||
await updateBulkPlaylistSubscriptions(playlistsToAddText, true);
|
||||
setShowNotification(true);
|
||||
setShowAddForm(false);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user