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