Client: PortalSettings: JavascriptSDK: Toasts were hidden when selecting an item.

This commit is contained in:
Tatiana Lopaeva 2024-07-16 17:54:01 +03:00
parent 670743ffb6
commit 1953a143d2
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ const FileSelector = (props) => {
buttonWithLogo: true,
events: {
onSelectCallback: (items) => {
toastr.success(items[0].label);
//toastr.success(items[0].label);
},
onCloseCallback: null,
onAppReady: null,

View File

@ -102,7 +102,7 @@ const RoomSelector = (props) => {
const [roomType, setRoomType] = useState(roomTypeOptions[0]);
const debouncedOnSelect = debounce((items) => {
toastr.success(items[0].label);
// toastr.success(items[0].label);
}, 0);
const [config, setConfig] = useState({