This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch fileset-mockui
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/fileset-mockui by this push:
new 095e675a1 [MINOR] Fix CI RAT (#5480)
095e675a1 is described below
commit 095e675a14569b164f54c837c8ac36d8a4e94709
Author: Qian Xia <[email protected]>
AuthorDate: Thu Nov 7 11:44:41 2024 +0800
[MINOR] Fix CI RAT (#5480)
### What changes were proposed in this pull request?
fix rat ci of fileset mock ui
### Why are the changes needed?
<img width="1530" alt="image"
src="https://github.com/user-attachments/assets/209b9808-031d-4786-99b1-cb54eaf676e8">
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
---
.../tabsContent/dynamicIframe/DynamicIframe.js | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git
a/web/web/src/app/metalakes/metalake/rightContent/tabsContent/dynamicIframe/DynamicIframe.js
b/web/web/src/app/metalakes/metalake/rightContent/tabsContent/dynamicIframe/DynamicIframe.js
index 8f69f39dd..b05a4f029 100644
---
a/web/web/src/app/metalakes/metalake/rightContent/tabsContent/dynamicIframe/DynamicIframe.js
+++
b/web/web/src/app/metalakes/metalake/rightContent/tabsContent/dynamicIframe/DynamicIframe.js
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
import { useState } from 'react'
import Loading from '@/app/rootLayout/Loading'