Web: Client: Sdk: Removed useless code

This commit is contained in:
Ilya Oleshko 2023-06-22 10:52:36 +03:00
parent 43c992c85c
commit 918d7da0e4
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const SelectFileDialogAsideView = ({
withFooterBorder
embedded={embedded}
>
{!embedded && <ModalDialog.Header>{dialogName}123</ModalDialog.Header>}
{!embedded && <ModalDialog.Header>{dialogName}</ModalDialog.Header>}
<ModalDialog.Body className="select-file_body-modal-dialog">
<StyledAsideBody embedded={embedded} theme={theme}>
<div className="selection-panel_aside-body">

View File

@ -781,7 +781,7 @@ class SettingsStore {
this.hotkeyPanelVisible = hotkeyPanelVisible;
};
setFrameConfig = async (frameConfig) => {
setFrameConfig = (frameConfig) => {
runInAction(() => {
this.frameConfig = frameConfig;
this.setTheme(frameConfig?.theme);