mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 04:26:43 +00:00
refactor(gui): update eslint rules
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -36,12 +36,12 @@ export default {
|
||||
props: {
|
||||
hide: Boolean
|
||||
},
|
||||
data () {
|
||||
data() {
|
||||
return {
|
||||
mainPanelSize: 50
|
||||
}
|
||||
},
|
||||
created () {
|
||||
created() {
|
||||
if (!this.$store.state.windows.outputWindow && !this.$store.state.windows.logWindow) {
|
||||
this.$nextTick(() => {
|
||||
this.mainPanelSize = 100
|
||||
|
||||
Reference in New Issue
Block a user