mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
prettier
This commit is contained in:
@@ -28,7 +28,7 @@ function SavedFilesList() {
|
||||
<AppObjectList
|
||||
list={files}
|
||||
AppObjectComponent={SavedFileAppObject}
|
||||
groupFunc={(data) => _.startCase(data.folder)}
|
||||
groupFunc={data => _.startCase(data.folder)}
|
||||
/>
|
||||
</WidgetsInnerContainer>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user