File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ export const Themes = () => {
4747 const closeExportDialog = React . useCallback ( ( ) => {
4848 setIsExportDialogVisible ( false ) ;
4949 } , [ ] ) ;
50- const openImportDialog = React . useCallback ( ( ) => {
51- setIsImportDialogVisible ( true ) ;
52- } , [ ] ) ;
5350 const closeImportDialog = React . useCallback ( ( ) => {
5451 setIsImportDialogVisible ( false ) ;
5552 } , [ ] ) ;
@@ -107,14 +104,6 @@ export const Themes = () => {
107104 const ThemeActionsButtons = useCallback (
108105 ( ) => (
109106 < Flex direction = "row" gap = { 2 } >
110- < Button
111- className = { b ( 'theme-action-btn' ) }
112- view = "outlined-action"
113- size = "xl"
114- onClick = { openImportDialog }
115- >
116- < Text > { t ( 'btn_import_theme' ) } </ Text >
117- </ Button >
118107 < Button
119108 className = { b ( 'theme-action-btn' ) }
120109 view = "action"
You can’t perform that action at this time.
0 commit comments